CardSpacePolicyElement Constructor

Definition

Initializes a new instance of the CardSpacePolicyElement class using the specified target and issuer of the policy, the policy parameters, privacy notice location, and the privacy notice version.

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)

Parameters

target
XmlElement

An XmlElement that represents the target of this policy.

Sets the Target property.

issuer
XmlElement

An XmlElement that represents the policy issuer. Sets the Issuer property.

parameters
Collection<XmlElement>

A Collection<T> of type XmlElement that represents the parameters for this element. Sets the Parameters property.

privacyNoticeLink
Uri

The Uri where the privacy policy is located. Sets the PolicyNoticeLink property.

privacyNoticeVersion
Int32

The version of the privacy information. Sets the PolicyNoticeVersion property.

isManagedIssuer
Boolean

true if the issuer is managed; otherwise false. Sets the IsManagedIssuer property.

Applies to