CardSpacePolicyElement.IsManagedIssuer 属性
定义
获取或设置一个值,该值指示策略颁发者是否为托管颁发者。Gets or sets a value that indicates whether the issuer of the policy is a managed issuer.
public:
property bool IsManagedIssuer { bool get(); void set(bool value); };
public bool IsManagedIssuer { get; set; }
member this.IsManagedIssuer : bool with get, set
Public Property IsManagedIssuer As Boolean
属性值
如果颁发者为托管颁发者,则为 true;否则为 false。true if the issuer is managed; otherwise false.