Status.Code 속성

정의

RSTR에서 WS-Trust 유효성 검사 바인딩의 상태 코드를 가져오거나 설정합니다.

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

속성 값

상태 코드 URI를 포함하는 문자열입니다.

설명

wst:Code 요소의 내용을 나타냅니다. 이 필수 요소에는 유효성 검사 요청의 상태를 나타내는 URI가 포함되어 있습니다.

적용 대상