共用方式為


SamlSecurityTokenHandler.NormalizeAuthenticationType(String) 方法

定義

傳回符合 SAML1.1 驗證方法識別項的標準化值。

protected:
 virtual System::String ^ NormalizeAuthenticationType(System::String ^ saml11AuthenticationMethod);
protected virtual string NormalizeAuthenticationType (string saml11AuthenticationMethod);
abstract member NormalizeAuthenticationType : string -> string
override this.NormalizeAuthenticationType : string -> string
Protected Overridable Function NormalizeAuthenticationType (saml11AuthenticationMethod As String) As String

參數

saml11AuthenticationMethod
String

要正規化的 SAML 1.1 驗證方法識別項 (URI)。

傳回

標準化的值,為其中一個 AuthenticationMethods值。 如果沒有符合的值,會原封不動地傳回 saml11AuthenticationMethod

備註

方法 NormalizeAuthenticationTypeAuthenticationMethods 傳回符合指定 SAML11 驗證方法識別碼的值。 例如,如果 urn:oasis:names:tc:SAML:1.0:am:X509-PKI 針對 saml11AuthenticationMethod指定 , X509 則會傳回 。 如果的對應不存在 saml11AuthenticationMethod,則會傳回未變更。

適用於