다음을 통해 공유


Saml2Action.Value 속성

정의

Saml2AuthorizationDecisionStatement의 주체가 리소스에서 수행할 수 있는 작업을 가져오거나 설정합니다.

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

속성 값

Saml2AuthorizationDecisionStatement의 주체가 리소스에서 수행할 수 있는 작업입니다.

예외

null 또는 빈 문자열 값을 설정하려는 시도가 발생합니다.

설명

<saml:Action> 요소의 값입니다. 이 클래스가 나타내는 요소에 대한 자세한 내용은 OASIS SAML(Security Assertion Markup Language) V2.0의 어셜션 및 프로토콜 사양을 참조하세요.

적용 대상