다음을 통해 공유


Saml2SubjectConfirmation.Method 속성

정의

주체를 확인하는 데 사용할 프로토콜 또는 메커니즘을 식별하는 URI 참조를 가져오거나 설정합니다. [Saml2Core, 2.4.1.1]

public:
 property Uri ^ Method { Uri ^ get(); void set(Uri ^ value); };
public Uri Method { get; set; }
member this.Method : Uri with get, set
Public Property Method As Uri

속성 값

Uri

참조를 나타내는 Uri입니다.

예외

속성을 null로 설정하려고 한 경우

절대 URI가 아닌 값을 설정하려는 시도가 발생합니다.

설명

필수 메서드 특성의 내용입니다.

적용 대상