SamlConstants.EmailName 属性

定义

获取用于指定“将 SAML 断言的主题指定为电子邮件地址”的属性的名称。 此字段为常数。

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

属性值

用于指定 SAML 断言的主题指定为电子邮件地址的属性的名称。 此字段为常数。

注解

当序列化 SAML 断言时,使用 EmailName 属性。

适用于