SecurityTokenTypes.Rsa 속성

정의

RSA 키를 기반으로 하는 보안 토큰을 나타내는 문자열을 가져옵니다.

public:
 static property System::String ^ Rsa { System::String ^ get(); };
public static string Rsa { get; }
static member Rsa : string
Public Shared ReadOnly Property Rsa As String

속성 값

RSA 키를 기반으로 하는 보안 토큰을 나타내는 문자열입니다.

설명

RsaSecurityToken 보안 토큰은 RSA 키를 기반으로 합니다.

적용 대상