ObjectSecurity.GetGroup(Type) Méthode

Définition

Obtient le groupe principal associé au propriétaire spécifié.

public:
 System::Security::Principal::IdentityReference ^ GetGroup(Type ^ targetType);
public System.Security.Principal.IdentityReference GetGroup (Type targetType);
public System.Security.Principal.IdentityReference? GetGroup (Type targetType);
member this.GetGroup : Type -> System.Security.Principal.IdentityReference
Public Function GetGroup (targetType As Type) As IdentityReference

Paramètres

targetType
Type

Propriétaire pour lequel obtenir le groupe principal.

Retours

Groupe principal associé au propriétaire spécifié.

S’applique à