SamlAuthenticationStatement.ClaimType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取安全声明的类型。
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
。