CryptoKeyRights 열거형

정의

권한 부여 규칙이 액세스 또는 감사를 제어하는 암호화 키 작업을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class CryptoKeyRights
[System.Flags]
public enum CryptoKeyRights
[<System.Flags>]
type CryptoKeyRights = 
Public Enum CryptoKeyRights
상속
CryptoKeyRights
특성

필드

ChangePermissions 262144

키에 대한 사용 권한을 변경합니다.

Delete 65536

키를 삭제합니다.

FullControl 2032027

키의 모든 권한입니다.

GenericAll 268435456

GenericReadGenericWrite의 조합입니다.

GenericExecute 536870912

사용되지 않습니다.

GenericRead -2147483648

키 데이터, 키의 확장된 특성, 키의 특성 및 키에 대한 사용 권한을 읽습니다.

GenericWrite 1073741824

키 데이터, 키의 확장된 특성, 키의 특성 및 키에 대한 사용 권한을 씁니다.

ReadAttributes 128

키의 특성을 읽습니다.

ReadData 1

키 데이터를 읽습니다.

ReadExtendedAttributes 8

키의 확장된 특성을 읽습니다.

ReadPermissions 131072

키에 대한 사용 권한을 읽습니다.

Synchronize 1048576

동기화에 해당 키를 사용합니다.

TakeOwnership 524288

키의 소유권을 갖습니다.

WriteAttributes 256

키의 특성을 씁니다.

WriteData 2

키 데이터를 씁니다.

WriteExtendedAttributes 16

키의 확장된 특성을 씁니다.

적용 대상