SamlAttribute.AttributeValueXsiType 属性

定义

获取或设置包含在 SAML 特性中的值的 xsi:type。

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

属性值

包含 xsi:type 的字符串。 默认值为 String

例外

尝试设置一个为 null 或空字符串的值。

- 或 -

尝试设置一个格式不正确的值。

注解

AttributeValueXsiType 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 type 元素的 <saml:AttributeValue> 属性 (Attribute)。 该属性是必选项。

适用于