Retrieves the VGIPermission object granted to principal with the specified id.
Retrieves the VGIPermission object granted to principal with the specified id.
bool TryGetPermission(Guid,out VGIPermission&);
Retrieves the VGIPermission object granted to principal with the specified name.
bool TryGetPermission(String,out VGIPermission&);
VGIPrincipal Interface | Novalys.VisualGuard.Security Namespace