Sdílet prostřednictvím


SamlAuthenticationClaimResource.AuthenticationMethod Vlastnost

Definice

Získá nebo nastaví metodu, která byla použita k ověření předmětu.

public:
 property System::String ^ AuthenticationMethod { System::String ^ get(); };
public string AuthenticationMethod { get; }
member this.AuthenticationMethod : string
Public ReadOnly Property AuthenticationMethod As String

Hodnota vlastnosti

Metoda, která byla použita k ověření předmětu.

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ů ssl/TLS na základě certifikátů 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
Unspecified urn:oasis:names:tc:SAML:1.0:am:unspecified

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

Platí pro