CardSpacePolicyElement Class
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.
This class is intended for use by the infrastructure.
public ref class CardSpacePolicyElement
public class CardSpacePolicyElement
type CardSpacePolicyElement = class
Public Class CardSpacePolicyElement
- Inheritance
-
CardSpacePolicyElement
Constructors
CardSpacePolicyElement(XmlElement, XmlElement, Collection<XmlElement>, Uri, Int32, Boolean) |
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. |
Properties
IsManagedIssuer |
Gets or sets a value that indicates whether the issuer of the policy is a managed issuer. |
Issuer |
Gets or sets the policy issuer. |
Parameters |
Gets a collection of XML elements that represent the parameters for this element. |
PolicyNoticeLink |
Gets or sets the URI for the privacy information of this policy. |
PolicyNoticeVersion |
Gets or sets the version of the privacy information. |
Target |
Gets or sets the target of this policy. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |