Sdílet prostřednictvím


SamlAuthenticationStatement.AuthenticationMethod Vlastnost

Definice

Získá nebo nastaví metodu použitou k ověření předmětu.

public:
 property System::String ^ AuthenticationMethod { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationMethod { get; set; }
member this.AuthenticationMethod : string with get, set
Public Property AuthenticationMethod As String

Hodnota vlastnosti

Metoda použitá k ověření předmětu. Výchozí hodnota je urn:oasis:names:tc:SAML:1.0:am:unspecified.

Výjimky

Vlastnost AuthenticationMethod je nastavena a vlastnost IsReadOnly je true.

Poznámky

Sada metod ověřování je rozšiřitelná; následující tabulka však obsahuje sadu metod ověřování definovaných ve specifikaci SAML.

Metoda ověřování identifikátor URI
Heslo urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
Zabezpečené vzdálené heslo (SRP) urn:ietf:rfc:2945
Hardwarový token URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
Ověřování klientů založené na certifikátech SSL/TLS urn:ietf:rfc:2246
Veřejný klíč PGP urn:oasis:names:tc:SAML:1.0:am:PGP
Veřejný klíč SPKI urn:oasis:names:tc:SAML:1.0:am:SPKI
Veřejný klíč XKMS urn:oasis:names:tc:SAML:1.0:am:XKMS
Digitální podpis XML urn:ietf:rfc:3075
Nespecifikovaný urn:oasis:names:tc:SAML:1.0:am:unspecified

AuthenticationMethod Pokud je vlastnost nastavena nullna , metoda ověřování je nastavena na urn:oasis:names:tc:SAML:1.0:am:unspecified.

Vlastnost AuthenticationMethod odpovídá AuthenticationMethod atributu elementu <AuthenticationStatement> , který je definován v Assertions a Protocol pro specifikace OASIS Security Assertion Markup Language (SAML).

Platí pro