Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 Saml2 AuthenticationContext 比對的標準化數值。
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
標準化的值。
傳回
字串,表示用於取得權杖的反正規化驗證類型。