WSTrustMessage.KeyType 속성

정의

RequestSecurityToken(RST) 메시지 내의 wst:KeyType 요소의 콘텐츠를 가져오거나 설정합니다.

public:
 property System::String ^ KeyType { System::String ^ get(); void set(System::String ^ value); };
public string KeyType { get; set; }
member this.KeyType : string with get, set
Public Property KeyType As String

속성 값

원하는 키 형식을 식별하는 URI를 포함하는 문자열입니다.

설명

이 선택적 URI 요소는 보안 토큰에서 원하는 키의 유형을 나타냅니다.

적용 대상