Saml2SecurityTokenHandler.NormalizeAuthenticationContextClassReference 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回符合 SAML 驗證內容類別參考的標準化值。
protected:
virtual System::String ^ NormalizeAuthenticationContextClassReference(System::String ^ saml2AuthenticationContextClassReference);
protected virtual string NormalizeAuthenticationContextClassReference (string saml2AuthenticationContextClassReference);
abstract member NormalizeAuthenticationContextClassReference : string -> string
override this.NormalizeAuthenticationContextClassReference : string -> string
Protected Overridable Function NormalizeAuthenticationContextClassReference (saml2AuthenticationContextClassReference As String) As String
參數
- saml2AuthenticationContextClassReference
- String
代表其中一個 System.IdentityModel.Tokens.Saml2Constants.AuthenticationContextClasses 常數的字串。
傳回
包含標準化值的字串。