The members of System.Security.AccessControl.CryptoKeySecurity are listed below.
See Also: Inherited members from System.Security.AccessControl.NativeObjectSecurity
Initializes a new instance of the System.Security.AccessControl.CryptoKeySecurity class. | ||
Initializes a new instance of the System.Security.AccessControl.CryptoKeySecurity class by using the specified security descriptor. |
[read-only] override | AccessRightType | Type.
Gets the Type of the securable object associated with this System.Security.AccessControl.CryptoKeySecurity object. |
[read-only] override | AccessRuleType | Type.
Gets the Type of the object associated with the access rules of this System.Security.AccessControl.CryptoKeySecurity object. The Type object must be an object that can be cast as a System.Security.Principal.SecurityIdentifier object. |
[read-only] override | AuditRuleType | Type.
Gets the Type object associated with the audit rules of this System.Security.AccessControl.CryptoKeySecurity object. The Type object must be an object that can be cast as a System.Security.Principal.SecurityIdentifier object. |
override | AccessRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AccessControlType)
| |
AddAccessRule(CryptoKeyAccessRule)
| ||
AddAuditRule(CryptoKeyAuditRule)
| ||
override | AuditRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AuditFlags)
| |
RemoveAccessRule(CryptoKeyAccessRule)
| ||
RemoveAccessRuleAll(CryptoKeyAccessRule)
| ||
RemoveAccessRuleSpecific(CryptoKeyAccessRule)
| ||
RemoveAuditRule(CryptoKeyAuditRule)
| ||
RemoveAuditRuleAll(CryptoKeyAuditRule)
| ||
RemoveAuditRuleSpecific(CryptoKeyAuditRule)
| ||
ResetAccessRule(CryptoKeyAccessRule)
| ||
SetAccessRule(CryptoKeyAccessRule)
| ||
SetAuditRule(CryptoKeyAuditRule)
|