다음을 통해 공유


Saml2Attribute.NameFormat 속성

정의

이름 해석을 위한 특성 이름의 분류를 나타내는 URI를 가져오거나 설정합니다. [Saml2Core, 2.7.3.1]

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

속성 값

Uri

분류를 나타내는 Uri입니다.

예외

null이 아니고 절대 URI가 아닌 값으로 설정하려는 시도가 발생합니다.

설명

NameFormat 특성입니다. 속성 값 중 하나로 설정할 수 있습니다.

적용 대상