Saml2NameIdentifier.Value 属性

定义

获取或设置名称标识的值。Gets or sets the value of the name identifier.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

属性值

String

一个包含名称标识符数值的字符串。A string that contains the name identifier value.

例外

尝试设置一个 null 值。An attempt to set a value that is null occurs.

适用于