IssuedTokenParametersElement.TokenType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用在發行時的權杖型別。
public:
property System::String ^ TokenType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("tokenType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string TokenType { get; set; }
[<System.Configuration.ConfigurationProperty("tokenType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.TokenType : string with get, set
Public Property TokenType As String
屬性值
要用在發行時的權杖的型別。 預設值為 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML
。
- 屬性