ICrmEntitySecurityProvider Interface
Applies To: Dynamics CRM 2015
An interface used to verify entity security for a user. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Security
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public interface ICrmEntitySecurityProvider
public interface class ICrmEntitySecurityProvider
type ICrmEntitySecurityProvider = interface end
Public Interface ICrmEntitySecurityProvider
Methods
Name | Description | |
---|---|---|
Assert(OrganizationServiceContext, Entity, CrmEntityRight) | Asserts that the current user has the requested right to an entity. |
|
Assert(OrganizationServiceContext, IEnumerable<Entity>, CrmEntityRight) | Asserts that the current user has the requested right to a set of entities. |
|
TryAssert(OrganizationServiceContext, Entity, CrmEntityRight) | Asserts that the current user has the requested right to an entity. |
|
TryAssert(OrganizationServiceContext, IEnumerable<Entity>, CrmEntityRight) | Asserts that the current user has the requested right to a set of entities. |
See Also
Microsoft.Xrm.Client.Security Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright