Saml2NameIdentifier.Format 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置表示基于字符串的标识符信息类别的 URI 引用。 [Saml2Core, 2.2.2]
public:
property Uri ^ Format { Uri ^ get(); void set(Uri ^ value); };
public Uri Format { get; set; }
member this.Format : Uri with get, set
Public Property Format As Uri
属性值
一个 Uri。
例外
设置不是 null
并且并不完全是 URI 的值的尝试发生。
注解
Format 属性。