CardSpacePolicyElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的策略目标和颁发者、策略参数、隐私声明位置以及隐私声明版本来初始化 CardSpacePolicyElement 类的新实例。
public:
CardSpacePolicyElement(System::Xml::XmlElement ^ target, System::Xml::XmlElement ^ issuer, System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ parameters, Uri ^ privacyNoticeLink, int privacyNoticeVersion, bool isManagedIssuer);
public CardSpacePolicyElement (System.Xml.XmlElement target, System.Xml.XmlElement issuer, System.Collections.ObjectModel.Collection<System.Xml.XmlElement> parameters, Uri privacyNoticeLink, int privacyNoticeVersion, bool isManagedIssuer);
new System.IdentityModel.Selectors.CardSpacePolicyElement : System.Xml.XmlElement * System.Xml.XmlElement * System.Collections.ObjectModel.Collection<System.Xml.XmlElement> * Uri * int * bool -> System.IdentityModel.Selectors.CardSpacePolicyElement
Public Sub New (target As XmlElement, issuer As XmlElement, parameters As Collection(Of XmlElement), privacyNoticeLink As Uri, privacyNoticeVersion As Integer, isManagedIssuer As Boolean)
参数
- issuer
- XmlElement
一个表示策略颁发者的 XmlElement。 设置 Issuer 属性。
- parameters
- Collection<XmlElement>
一个类型为 Collection<T> 的 XmlElement,它表示此元素的参数。 设置 Parameters 属性。
- privacyNoticeLink
- Uri
隐私策略所在的 Uri。 设置 PolicyNoticeLink 属性。
- privacyNoticeVersion
- Int32
隐私信息的版本。 设置 PolicyNoticeVersion 属性。
- isManagedIssuer
- Boolean
如果颁发者为托管颁发者,则为 true
;否则为 false
。 设置 IsManagedIssuer 属性。