SamlSecurityTokenHandler.NormalizeAuthenticationType(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回符合 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
。
備註
方法 NormalizeAuthenticationType 會 AuthenticationMethods 傳回符合指定 SAML11 驗證方法識別碼的值。 例如,如果 urn:oasis:names:tc:SAML:1.0:am:X509-PKI
針對 saml11AuthenticationMethod
指定 , X509 則會傳回 。 如果的對應不存在 saml11AuthenticationMethod
,則會傳回未變更。