QuotaControl Classe
Definizione
La classe QuotaControl viene utilizzata per passare l'identificatore di sicurezza (SID) di un principio di sicurezza per il recupero dei dati relativi alla quota.The QuotaControl class is used to pass the security identifier (SID) of a security principle to retrieve quota-related data.
public ref class QuotaControl : System::DirectoryServices::Protocols::DirectoryControl
public class QuotaControl : System.DirectoryServices.Protocols.DirectoryControl
type QuotaControl = class
inherit DirectoryControl
Public Class QuotaControl
Inherits DirectoryControl
- Ereditarietà
Costruttori
QuotaControl() |
Il costruttore QuotaControl() crea un'istanza della classe QuotaControl.The QuotaControl() constructor creates an instance of the QuotaControl class. |
QuotaControl(SecurityIdentifier) |
Il costruttore QuotaControl(SecurityIdentifier) crea un'istanza della classe QuotaControl utilizzando il SID specificato.The QuotaControl(SecurityIdentifier) constructor creates an instance of the QuotaControl class using the specified SID. |
Proprietà
IsCritical |
La proprietà IsCritical specifica se il controllo è critico.The IsCritical property specifies whether the control is critical. (Ereditato da DirectoryControl) |
QuerySid |
La proprietà QuerySid contiene il SID del principio di sicurezza.The QuerySid property contains the SID of the security principle. |
ServerSide |
La proprietà ServerSide specifica se si tratta di un controllo sul lato server.The ServerSide property specifies whether this is a server-side control. (Ereditato da DirectoryControl) |
Type |
La proprietà Type contiene l'identificatore di oggetto (OID, Object Identifier) del controllo.The Type property contains the object identifier (OID) of the control. (Ereditato da DirectoryControl) |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
GetValue() |
Il metodo GetValue() restituisce il SID associato alla query.The GetValue() method returns the SID associated with this query. |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |