共用方式為


CardSpacePolicyElement 建構函式

定義

使用原則的指定目標及簽發者、原則參數、隱私權注意事項位置和隱私權注意事項版本,初始化 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)

參數

target
XmlElement

XmlElement,表示這個原則的目標。

設定 Target 屬性。

issuer
XmlElement

表示原則簽發者的 XmlElement。 設定 Issuer 屬性。

parameters
Collection<XmlElement>

型別為 Collection<T>XmlElement,表示這個項目的參數。 設定 Parameters 屬性。

privacyNoticeLink
Uri

隱私權原則所在位置的 Uri。 設定 PolicyNoticeLink 屬性。

privacyNoticeVersion
Int32

隱私權資訊的版本。 設定 PolicyNoticeVersion 屬性。

isManagedIssuer
Boolean

如果簽發者是 Managed,則為 true,否則為 false。 設定 IsManagedIssuer 屬性。

適用於