Principal.FindByIdentityWithType Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto entità che corrisponde al tipo di identità e al valore specificati. Questo metodo viene chiamato dall'implementazione del metodo FindByIdentity della classe derivata per limitare la ricerca al tipo di classe derivata e non deve essere chiamato direttamente dal codice.
Overload
FindByIdentityWithType(PrincipalContext, Type, IdentityType, String) |
Restituisce un oggetto entità che corrisponde al tipo di identità e al valore specificati. Questo metodo viene chiamato dall'implementazione del metodo FindByIdentity della classe derivata per limitare la ricerca al tipo di classe derivata e non deve essere chiamato direttamente dal codice. |
FindByIdentityWithType(PrincipalContext, Type, String) |
Restituisce un oggetto entità che corrisponde al tipo di identità e al valore specificati. Questo metodo viene chiamato dall'implementazione del metodo FindByIdentity della classe derivata per limitare la ricerca al tipo di classe derivata e non deve essere chiamato direttamente dal codice. |
FindByIdentityWithType(PrincipalContext, Type, IdentityType, String)
- Origine:
- Principal.cs
- Origine:
- Principal.cs
- Origine:
- Principal.cs
Restituisce un oggetto entità che corrisponde al tipo di identità e al valore specificati. Questo metodo viene chiamato dall'implementazione del metodo FindByIdentity della classe derivata per limitare la ricerca al tipo di classe derivata e non deve essere chiamato direttamente dal codice.
protected:
static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentityWithType(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, Type ^ principalType, System::DirectoryServices::AccountManagement::IdentityType identityType, System::String ^ identityValue);
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
[System.Security.SecurityCritical]
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.Principal
Protected Shared Function FindByIdentityWithType (context As PrincipalContext, principalType As Type, identityType As IdentityType, identityValue As String) As Principal
Parametri
- context
- PrincipalContext
Oggetto PrincipalContext che specifica il server o il dominio su cui vengono eseguite le operazioni.
- principalType
- Type
Tipo di oggetto per cui vengono restituiti risultati. Deve essere di tipo Principal o un tipo derivato dalla classe Principal.
- identityType
- IdentityType
Valore di enumerazione IdentityType che specifica il tipo del valore di identità.
- identityValue
- String
Identità dell'entità.
Restituisce
Oggetto Principal che corrisponde al valore e al tipo di identità specificati oppure a Null se non viene trovata alcuna corrispondenza.
- Attributi
Si applica a
FindByIdentityWithType(PrincipalContext, Type, String)
- Origine:
- Principal.cs
- Origine:
- Principal.cs
- Origine:
- Principal.cs
Restituisce un oggetto entità che corrisponde al tipo di identità e al valore specificati. Questo metodo viene chiamato dall'implementazione del metodo FindByIdentity della classe derivata per limitare la ricerca al tipo di classe derivata e non deve essere chiamato direttamente dal codice.
protected:
static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentityWithType(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, Type ^ principalType, System::String ^ identityValue);
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, string identityValue);
[System.Security.SecurityCritical]
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, string identityValue);
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * string -> System.DirectoryServices.AccountManagement.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * string -> System.DirectoryServices.AccountManagement.Principal
Protected Shared Function FindByIdentityWithType (context As PrincipalContext, principalType As Type, identityValue As String) As Principal
Parametri
- context
- PrincipalContext
Oggetto PrincipalContext che specifica il server o il dominio su cui vengono eseguite le operazioni.
- principalType
- Type
Tipo di oggetto per cui vengono restituiti risultati. Deve essere di tipo Principal o un tipo derivato dalla classe Principal.
- identityValue
- String
Identità dell'entità.
Restituisce
Oggetto Principal che corrisponde al valore e al tipo di identità specificati oppure a Null se non viene trovata alcuna corrispondenza.
- Attributi