Saml2Assertion.Issuer Właściwość

Definicja

Pobiera lub ustawia identyfikator urzędu SAML, który zgłasza oświadczenia w asercji. [Saml2Core, 2.3.3]

public:
 property System::IdentityModel::Tokens::Saml2NameIdentifier ^ Issuer { System::IdentityModel::Tokens::Saml2NameIdentifier ^ get(); void set(System::IdentityModel::Tokens::Saml2NameIdentifier ^ value); };
public System.IdentityModel.Tokens.Saml2NameIdentifier Issuer { get; set; }
member this.Issuer : System.IdentityModel.Tokens.Saml2NameIdentifier with get, set
Public Property Issuer As Saml2NameIdentifier

Wartość właściwości

Element Saml2NameIdentifier określający wystawcę.

Wyjątki

Następuje próba ustawienia właściwości null .

Uwagi

Element Wystawca. Ten element jest wymagany.

Dotyczy