Share via


RegistryAccessRule.RegistryRights Proprietà

Definizione

Ottiene i diritti concessi o negati dalla regola di accesso.

public:
 property System::Security::AccessControl::RegistryRights RegistryRights { System::Security::AccessControl::RegistryRights get(); };
public System.Security.AccessControl.RegistryRights RegistryRights { get; }
member this.RegistryRights : System.Security.AccessControl.RegistryRights
Public ReadOnly Property RegistryRights As RegistryRights

Valore della proprietà

Combinazione bit per bit di valori RegistryRights che indicano i diritti concessi o negati dalla regola di accesso.

Commenti

RegistryAccessRule gli oggetti non sono modificabili. È possibile creare una nuova regola di accesso che rappresenta un utente diverso, diritti diversi o un diverso AccessControlType, ma non è possibile modificare una regola di accesso esistente.

Si applica a