Edit

Share via


EmptySecurityKeyIdentifierClause.Context Property

Definition

Gets an object that is used to provide a hint when there is a need to resolve to a particular key.

public:
 property System::Object ^ Context { System::Object ^ get(); };
public object Context { get; }
member this.Context : obj
Public ReadOnly Property Context As Object

Property Value

An object that provides a hint when there is a need to resolve to a particular key.

Remarks

In the case of SAML11 and SAML2 tokens that have signatures without a <KeyInfo> element, this property will contain the assertion that is currently being processed.

Applies to