Share via


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

ポリシー発行者を表す XmlElementIssuer プロパティを設定します。

parameters
Collection<XmlElement>

この要素のパラメーターを表す Collection<T> 型の XmlElementParameters プロパティを設定します。

privacyNoticeLink
Uri

プライバシー ポリシーが存在する場所を示す UriPolicyNoticeLink プロパティを設定します。

privacyNoticeVersion
Int32

プライバシー情報のバージョン。 PolicyNoticeVersion プロパティを設定します。

isManagedIssuer
Boolean

発行者が管理されている場合は true、それ以外の場合は falseIsManagedIssuer プロパティを設定します。

適用対象