C# Класс System.Security.AccessControl.CryptoKeySecurity

Наследование: NativeObjectSecurity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule
AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : AuditRule

Приватные методы

Метод Описание
AddAccessRule ( CryptoKeyAccessRule rule ) : void
AddAuditRule ( CryptoKeyAuditRule rule ) : void
CryptoKeySecurity ( ) : System.Security.Principal
CryptoKeySecurity ( CommonSecurityDescriptor securityDescriptor ) : System.Security.Principal
RemoveAccessRule ( CryptoKeyAccessRule rule ) : bool
RemoveAccessRuleAll ( CryptoKeyAccessRule rule ) : void
RemoveAccessRuleSpecific ( CryptoKeyAccessRule rule ) : void
RemoveAuditRule ( CryptoKeyAuditRule rule ) : bool
RemoveAuditRuleAll ( CryptoKeyAuditRule rule ) : void
RemoveAuditRuleSpecific ( CryptoKeyAuditRule rule ) : void
ResetAccessRule ( CryptoKeyAccessRule rule ) : void
SetAccessRule ( CryptoKeyAccessRule rule ) : void
SetAuditRule ( CryptoKeyAuditRule rule ) : void

Описание методов

AccessRuleFactory() публичный закрытый Метод

public final AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule
identityReference System.Security.Principal.IdentityReference
accessMask int
isInherited bool
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
Результат AccessRule

AuditRuleFactory() публичный закрытый Метод

public final AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : AuditRule
identityReference System.Security.Principal.IdentityReference
accessMask int
isInherited bool
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
flags AuditFlags
Результат AuditRule