CryptoKeySecurity.AuditRuleType Property

Definition

Gets the Type object associated with the audit rules of this CryptoKeySecurity object. The Type object must be an object that can be cast as a SecurityIdentifier object.

public:
 virtual property Type ^ AuditRuleType { Type ^ get(); };
public override Type AuditRuleType { get; }
member this.AuditRuleType : Type
Public Overrides ReadOnly Property AuditRuleType As Type

Property Value

The type of the object associated with the audit rules of this CryptoKeySecurity object.

Applies to