通过


SamlAttribute.Name 属性

定义

获取或设置 SAML 属性的名称。

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

属性值

SAML 属性的名称。

例外

Name 属性已设置,并且 IsReadOnly 属性为 true.

Name 属性设置为 null

注解

若要指定与此 SAML 属性关联的值,请设置 AttributeValues 属性

Name 属性对应于 AttributeName OASIS 安全断言标记语言(SAML)规范的断言和协议中定义的元素的属性 <Attribute>

适用于