CSecurityPrincipal Class
The CSecurityPrincipal class stores information that describes a security principal.
System.Object
CSecurityPrincipal
[Visual Basic .NET]
Public Class CSecurityPrincipal
Inherits System.Object
[C#]
public class CSecurityPrincipal: System.Object
[C++]
public __gc class CSecurityPrincipal: public System.Object
The CSecurityPrincipal class exposes the following members.
Constructor | Description |
CSecurityPrincipal | The constructor for the class. |
Field | Description |
Id | Specifies the ID for the security principal. |
Type | Specifies the type of the security principal. Assign a value to this field using the Microsoft.CRM.Proxy.SecurityPrincipalType enumeration. |
Requirements
Namespace: Microsoft.CRM.Proxy
Assembly: microsoft.crm.proxy.dll
See Also