Candor.Security.CandorAuthorizationRoleProvider.CreateRole C# (CSharp) Method

CreateRole() public method

Not implemented/supported.
public CreateRole ( string roleName ) : void
roleName string
return void
        public override void CreateRole( string roleName )
        {
            throw new NotSupportedException();
        }