다음을 통해 공유


SecurityTokenDescriptor.AuthenticationInfo 속성

정의

토큰에 대한 인증 정보를 가져오거나 설정합니다.

public:
 property System::Security::Claims::AuthenticationInformation ^ AuthenticationInfo { System::Security::Claims::AuthenticationInformation ^ get(); void set(System::Security::Claims::AuthenticationInformation ^ value); };
public System.Security.Claims.AuthenticationInformation AuthenticationInfo { get; set; }
member this.AuthenticationInfo : System.Security.Claims.AuthenticationInformation with get, set
Public Property AuthenticationInfo As AuthenticationInformation

속성 값

토큰의 인증 정보입니다.

적용 대상