CardSpacePolicyElement 类
定义
该类供基础结构使用。This class is intended for use by the infrastructure.
public ref class CardSpacePolicyElement
public class CardSpacePolicyElement
type CardSpacePolicyElement = class
Public Class CardSpacePolicyElement
- 继承
-
CardSpacePolicyElement
构造函数
| CardSpacePolicyElement(XmlElement, XmlElement, Collection<XmlElement>, Uri, Int32, Boolean) |
使用指定的策略目标和颁发者、策略参数、隐私声明位置以及隐私声明版本来初始化 CardSpacePolicyElement 类的新实例。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. |
属性
| 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 |
获取表示此元素的参数的 XML 元素的集合。Gets a collection of XML elements that represent the parameters for this element. |
| PolicyNoticeLink |
获取或设置此策略的隐私信息的 URI。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. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |