CardSpacePolicyElement Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.