WSTrustMessage.SignWith 속성

정의

wst:SignWith 요소의 내용을 가져오거나 설정합니다.

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

속성 값

원하는 서명 알고리즘을 식별하는 URI가 포함된 문자열입니다.

예외

값을 null 설정하려고 시도하거나 빈 문자열이 발생합니다.

설명

이 선택적 URI 요소는 발급된 보안 토큰과 함께 사용할 원하는 서명 알고리즘을 나타냅니다. RequestSecurityToken 요소에 대한 확장입니다.

적용 대상