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

寫入金鑰的擴充屬性。

適用於