다음을 통해 공유


SamlSubject.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

속성 값

SamlSecurityToken 보안 토큰의 주체 이름입니다.

설명

속성은 NameFormat 속성이 있는 형식을 Name 지정하고 NameQualifier 속성은 속성이 있는 도메인을 Name 지정합니다.

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

적용 대상