SamlAuthenticationStatement.ClaimType プロパティ

定義

セキュリティ要求の種類を取得します。

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

プロパティ値

セキュリティ要求の種類を指定する ClaimTypes 。 常に http://schemas.microsoft.com/mb/2005/09/ClaimType/SamlAuthentication です。

適用対象