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

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

공개 메소드들

메소드 설명
CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal

메소드 상세

CryptoKeyAccessRule() 공개 메소드

public CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity System.Security.Principal.IdentityReference
cryptoKeyRights CryptoKeyRights
type AccessControlType
리턴 System.Security.Principal

CryptoKeyAccessRule() 공개 메소드

public CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity string
cryptoKeyRights CryptoKeyRights
type AccessControlType
리턴 System.Security.Principal