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 断言。

适用于