Interface IGrantable
Any object that has an associated principal that a permission can be granted to.
public interface IGrantable
Properties
GrantPrincipal
The principal to grant permissions to.
IPrincipal GrantPrincipal { get; }
Any object that has an associated principal that a permission can be granted to.
public interface IGrantable
The principal to grant permissions to.
IPrincipal GrantPrincipal { get; }