SamlSecurityTokenHandler.CreateAssertion Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
SamlAssertion Tworzy obiekt przy użyciu określonego wystawcy, warunków, porad i instrukcji. Tę metodę można zastąpić, aby dostosować parametry używane do tworzenia asercji.
protected:
virtual System::IdentityModel::Tokens::SamlAssertion ^ CreateAssertion(System::String ^ issuer, System::IdentityModel::Tokens::SamlConditions ^ conditions, System::IdentityModel::Tokens::SamlAdvice ^ advice, System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlStatement ^> ^ statements);
protected virtual System.IdentityModel.Tokens.SamlAssertion CreateAssertion (string issuer, System.IdentityModel.Tokens.SamlConditions conditions, System.IdentityModel.Tokens.SamlAdvice advice, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements);
abstract member CreateAssertion : string * System.IdentityModel.Tokens.SamlConditions * System.IdentityModel.Tokens.SamlAdvice * seq<System.IdentityModel.Tokens.SamlStatement> -> System.IdentityModel.Tokens.SamlAssertion
override this.CreateAssertion : string * System.IdentityModel.Tokens.SamlConditions * System.IdentityModel.Tokens.SamlAdvice * seq<System.IdentityModel.Tokens.SamlStatement> -> System.IdentityModel.Tokens.SamlAssertion
Protected Overridable Function CreateAssertion (issuer As String, conditions As SamlConditions, advice As SamlAdvice, statements As IEnumerable(Of SamlStatement)) As SamlAssertion
Parametry
- issuer
- String
Wystawca potwierdzenia.
- conditions
- SamlConditions
Element SamlConditions do dodania do asercji.
- advice
- SamlAdvice
Element SamlAdvice do dodania do asercji.
- statements
- IEnumerable<SamlStatement>
Kolekcja elementu do dodania SamlStatement do asercji.
Zwraca
Utworzone twierdzenie SAML.
Uwagi
Unikatowy losowy identyfikator jest tworzony dla asercji, a właściwość jest ustawiona AssertionId na tę wartość. Właściwość jest ustawiona IssueInstant na UtcNowwartość .