C# 클래스 System.Security.AccessControl.CryptoKeyAuditRule

상속: AuditRule
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
CryptoKeyAuditRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal
CryptoKeyAuditRule ( string identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal

메소드 상세

CryptoKeyAuditRule() 공개 메소드

public CryptoKeyAuditRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal
identity System.Security.Principal.IdentityReference
cryptoKeyRights CryptoKeyRights
flags AuditFlags
리턴 System.Security.Principal

CryptoKeyAuditRule() 공개 메소드

public CryptoKeyAuditRule ( string identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal
identity string
cryptoKeyRights CryptoKeyRights
flags AuditFlags
리턴 System.Security.Principal