CardSpacePolicyElement Class

 

This class is intended for use by the infrastructure.

Namespace:   System.IdentityModel.Selectors
Assembly:  System.IdentityModel.Selectors (in System.IdentityModel.Selectors.dll)

System::Object
  System.IdentityModel.Selectors::CardSpacePolicyElement

public ref class CardSpacePolicyElement 

NameDescription
System_CAPS_pubmethodCardSpacePolicyElement(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.

NameDescription
System_CAPS_pubpropertyIsManagedIssuer

Gets or sets a value that indicates whether the issuer of the policy is a managed issuer.

System_CAPS_pubpropertyIssuer

Gets or sets the policy issuer.

System_CAPS_pubpropertyParameters

Gets a collection of XML elements that represent the parameters for this element.

System_CAPS_pubpropertyPolicyNoticeLink

Gets or sets the URI for the privacy information of this policy.

System_CAPS_pubpropertyPolicyNoticeVersion

Gets or sets the version of the privacy information.

System_CAPS_pubpropertyTarget

Gets or sets the target of this policy.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: