SAMLAssertionInfo Type
Contains information about a SAML assertion.
Remarks
Use this type to get general information about a SAML assertion.
Fields
AdviceAssertionCount Integer |
Contains the number of advice assertions. Use this property to access the number of advice assertions. | ||||||||||||||||||||||||||||||||||||||||||||||||
AssertionType TsbxSAMLAssertionTypes |
Specifies the type of the assertion. Use this property to check or set the type of the assertion. | ||||||||||||||||||||||||||||||||||||||||||||||||
ChainValidationDetails Integer |
The details of a certificate chain validation outcome. They may often suggest what reasons that contributed to the overall validation result. Returns a bit mask of the following options:
| ||||||||||||||||||||||||||||||||||||||||||||||||
ChainValidationResult TsbxChainValidities |
The outcome of a certificate chain validation routine. Available options:
Use the ValidationLog property to access the detailed validation log. | ||||||||||||||||||||||||||||||||||||||||||||||||
ConditionsNotBefore String |
Represents the Conditions.NotBefore assertion property. Use this property to get or set the Conditions.NotBefore property of the assertion. | ||||||||||||||||||||||||||||||||||||||||||||||||
ConditionsNotOnOrAfter String |
Represents the Conditions.NotOnOrAfter assertion property. Use this property to get or set the Conditions.NotOnOrAfter property of the assertion. | ||||||||||||||||||||||||||||||||||||||||||||||||
EncryptedContent String |
Represents the encrypted assertion content. Use this property to get or set the encrypted assertion content. | ||||||||||||||||||||||||||||||||||||||||||||||||
ID String |
Represents the ID of the assertion. Use this property to read or set the unique ID of the assertion. | ||||||||||||||||||||||||||||||||||||||||||||||||
IDRef String |
Represents an ID reference value. Use this property to read or set the ID reference value for assertions of csatAssertionIDRef type. | ||||||||||||||||||||||||||||||||||||||||||||||||
IssueInstant String |
Contains the assertion issuance time stamp. Use this property to check or set the assertion issuance time. | ||||||||||||||||||||||||||||||||||||||||||||||||
SignatureValidationResult TsbxSignatureValidities |
The outcome of the cryptographic signature validation. The following signature validity values are supported:
| ||||||||||||||||||||||||||||||||||||||||||||||||
Signed Boolean |
Specifies whether the assertion is signed. Use this property to establish whether the assertion is signed. | ||||||||||||||||||||||||||||||||||||||||||||||||
URIRef String |
Represents an URI reference value. Use this property to read or set the URI reference value for assertions of csatAssertionURIRef type. | ||||||||||||||||||||||||||||||||||||||||||||||||
ValidationLog String |
Contains the signing certificate's chain validation log. This information may be very useful in investigating chain validation failures. | ||||||||||||||||||||||||||||||||||||||||||||||||
Version String |
Specifies the SAML protocol version used. This property specifies the SAML protocol version. The default value is 2.0. |
Constructors
constructor Create();
Creates a new SAMLAssertionInfo object.