SamlAttribute.Name 속성

정의

SAML 특성의 이름을 가져오거나 설정합니다.

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

속성 값

SAML 특성의 이름입니다.

예외

속성이 Name 설정되고 속성이 IsReadOnly .입니다 true.

Name 속성은 null로 설정됩니다.

설명

이 SAML 특성과 연결된 값을 지정하려면 속성을 설정합니다 AttributeValues .

이 속성은 Name OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소의 특성 AttributeName 에 해당 <Attribute> 합니다.

적용 대상