다음을 통해 공유


FederatedMessageSecurityOverHttpElement.IssuedTokenType 속성

정의

발급할 토큰의 형식을 지정하는 URI를 가져오거나 설정합니다.

public:
 property System::String ^ IssuedTokenType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string IssuedTokenType { get; set; }
[<System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IssuedTokenType : string with get, set
Public Property IssuedTokenType As String

속성 값

String

발급할 토큰의 형식을 지정하는 URI입니다.

특성

적용 대상