次の方法で共有


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 キーに基づきます。

適用対象