Represents the Assertion element specified in [Saml2Core, 2.3.3].
The following tables list the members exposed by the Saml2Assertion type.
Public Constructors
Name | Description | |
---|---|---|
Saml2Assertion |
Public Properties
Name | Description | |
---|---|---|
Advice | Additional information related to the assertion that assists processing in certain situations but which may be ignored by applications that do not understand the advice or do not wish to make use of it. [Saml2Core, 2.3.3] | |
CanWriteSourceData | Indicates whether this assertion was deserialized from XML source and can re-emit the XML data unchanged. | |
Conditions | Conditions that must be evaluated when assessing the validity of and/or when using the assertion. [Saml2Core 2.3.3] | |
EncryptingCredentials | ||
ExternalEncryptedKeys | ||
Id | The identifier for this assertion. [Saml2Core, 2.3.3] | |
IssueInstant | The time instant of issue in UTC. [Saml2Core, 2.3.3] | |
Issuer | The SAML authority that is making the claim(s) in the assertion. [Saml2Core, 2.3.3] | |
SigningCredentials | The credentials used by the issuer to protect the integrity of the assertion. | |
Statements | Statements regarding the subject. | |
Subject | The subject of the statement(s) in the assertion. [Saml2Core, 2.3.3] | |
Version | The version of this assertion. [Saml2Core, 2.3.3] |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
CaptureSourceData | ||
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) | |
WriteSourceData | Writes the source data, if available. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.