ObjectSecurity.GetGroup(Type) Método

Definição

Obtém o grupo primário associado ao proprietário especificado.

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

Parâmetros

targetType
Type

O proprietário para o qual obter grupo primário.

Retornos

IdentityReference

O grupo primário associado ao proprietário especificado.

Aplica-se a