CryptoKeyRights Enumeração

Definição

Especifica a operação de chave de criptografia para a qual uma regra de autorização controla o acesso ou a auditoria.Specifies the cryptographic key operation for which an authorization rule controls access or auditing.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.

public enum class CryptoKeyRights
[System.Flags]
public enum CryptoKeyRights
[<System.Flags>]
type CryptoKeyRights = 
Public Enum CryptoKeyRights
Herança
CryptoKeyRights
Atributos

Campos

ChangePermissions 262144

Alterar as permissões para a chave.Change permissions for the key.

Delete 65536

Excluir a chave.Delete the key.

FullControl 2032027

Controle total da chave.Full control of the key.

GenericAll 268435456

Uma combinação de GenericRead e GenericWrite.A combination of GenericRead and GenericWrite.

GenericExecute 536870912

Não usado.Not used.

GenericRead -2147483648

Ler os dados de chave, atributos estendidos da chave, atributos da chave e permissões da chave.Read the key data, extended attributes of the key, attributes of the key, and permissions for the key.

GenericWrite 1073741824

Gravar os dados de chave, atributos estendidos da chave, atributos da chave e permissões da chave.Write the key data, extended attributes of the key, attributes of the key, and permissions for the key.

ReadAttributes 128

Ler os atributos da chave.Read attributes of the key.

ReadData 1

Ler os dados de chave.Read the key data.

ReadExtendedAttributes 8

Ler os atributos estendidos da chave.Read extended attributes of the key.

ReadPermissions 131072

Ler as permissões para a chave.Read permissions for the key.

Synchronize 1048576

Usar a chave para a sincronização.Use the key for synchronization.

TakeOwnership 524288

Assumir a propriedade da chave.Take ownership of the key.

WriteAttributes 256

Gravar os atributos da chave.Write attributes of the key.

WriteData 2

Gravar dados da chave.Write key data.

WriteExtendedAttributes 16

Gravar os atributos estendidos da chave.Write extended attributes of the key.

Aplica-se a