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 요소의 확장입니다.

적용 대상