次の方法で共有


SecurityTokenTypes.Saml プロパティ

定義

SAML アサーションに基づくセキュリティ トークンを表す文字列を取得します。

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

プロパティ値

SAML アサーションに基づくセキュリティ トークンを表す文字列。

注釈

SamlSecurityToken セキュリティ トークンは、SAML アサーションに基づきます。

適用対象