EmptySecurityKeyIdentifierClause.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.