Saml2AuthenticationStatement Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der Saml2AuthenticationStatement-Klasse.
Überlädt
Saml2AuthenticationStatement(Saml2AuthenticationContext) |
Initialisiert eine neue Instanz der Saml2AuthenticationStatement-Klasse mit dem angegebenen Authentifizierungskontext und der aktuellen Zeit als Authentifizierungszeitpunkt. |
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime) |
Initialisiert eine neue Instanz der Saml2AuthenticationStatement-Klasse mit der angegebenen Authentifizierungskontext und -Zeitpunkt. |
Saml2AuthenticationStatement(Saml2AuthenticationContext)
Initialisiert eine neue Instanz der Saml2AuthenticationStatement-Klasse mit dem angegebenen Authentifizierungskontext und der aktuellen Zeit als Authentifizierungszeitpunkt.
public:
Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext)
Parameter
- authenticationContext
- Saml2AuthenticationContext
Der Authentifizierungskontext dieser Anweisung.
Ausnahmen
authenticationContext
ist null
.
Hinweise
Die AuthenticationInstant-Eigenschaft ist auf UtcNow festgelegt.
Gilt für:
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)
Initialisiert eine neue Instanz der Saml2AuthenticationStatement-Klasse mit der angegebenen Authentifizierungskontext und -Zeitpunkt.
public:
Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext, DateTime authenticationInstant);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext, DateTime authenticationInstant);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext * DateTime -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext, authenticationInstant As DateTime)
Parameter
- authenticationContext
- Saml2AuthenticationContext
Der Authentifizierungskontext dieser Anweisung.
- authenticationInstant
- DateTime
Die Uhrzeit der Authtifizierung.
Ausnahmen
authenticationContext
ist null
.