SamlAssertion Constructor
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.
Creates an instance of SamlAssertion.
public SamlAssertion (string assertionId, string issuer, DateTime issueInstant, Microsoft.IdentityModel.Tokens.Saml.SamlConditions samlConditions, Microsoft.IdentityModel.Tokens.Saml.SamlAdvice samlAdvice, System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.Saml.SamlStatement> samlStatements);
new Microsoft.IdentityModel.Tokens.Saml.SamlAssertion : string * string * DateTime * Microsoft.IdentityModel.Tokens.Saml.SamlConditions * Microsoft.IdentityModel.Tokens.Saml.SamlAdvice * seq<Microsoft.IdentityModel.Tokens.Saml.SamlStatement> -> Microsoft.IdentityModel.Tokens.Saml.SamlAssertion
Public Sub New (assertionId As String, issuer As String, issueInstant As DateTime, samlConditions As SamlConditions, samlAdvice As SamlAdvice, samlStatements As IEnumerable(Of SamlStatement))
Parameters
- assertionId
- String
AssertionID of the assertion.
- issuer
- String
Issuer of the assertion.
- issueInstant
- DateTime
IssueInstant of the assertion.
- samlConditions
- SamlConditions
SamlConditions of the assertion.
- samlAdvice
- SamlAdvice
SamlAdvice of the assertion.
- samlStatements
- IEnumerable<SamlStatement>