SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 SAML11 驗證方法識別項,該識別項符合 SAML 驗證方法的指定標準化值。
protected:
virtual System::String ^ DenormalizeAuthenticationType(System::String ^ normalizedAuthenticationType);
protected virtual string DenormalizeAuthenticationType (string normalizedAuthenticationType);
abstract member DenormalizeAuthenticationType : string -> string
override this.DenormalizeAuthenticationType : string -> string
Protected Overridable Function DenormalizeAuthenticationType (normalizedAuthenticationType As String) As String
參數
- normalizedAuthenticationType
- String
標準化的值。 其中一個 AuthenticationMethods 值。
傳回
符合指定正規化識別項的 SAML11 驗證方法識別項 (URI)。 如果找不到相符的 SAML11 驗證方法,會原封不動地傳回 normalizedAuthenticationType
URI。
備註
方法 DenormalizeAuthenticationType 會傳回符合指定正規化 URI 的 SAML11 驗證方法標識碼。 例如,如果 X509 為 normalizedAuthenticationType
指定 ,則會傳回下列 URI: urn:oasis:names:tc:SAML:1.0:am:X509-PKI
。 如果的 normalizedAuthenticationType
對應不存在,則會傳回未變更。