다음을 통해 공유


IssuedTokenParametersElement.TokenType 속성

정의

발급 시 사용할 토큰의 형식을 가져오거나 설정합니다.

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

속성 값

String

발급 시 사용할 토큰의 형식입니다. 기본값은 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML 입니다.

특성

적용 대상