The WCFEndpointIdentity class defines the identity type and value of an endpoint, enabling authentication by clients exchanging messages with it.
| WCFEndpointIdentity property | Type | Description |
|---|---|---|
| Type | WCFEndpointIdentityType (enumeration) | Specifies the type of identity. Values are: NONE (default), UPN, SPN, DNS, RSA, and CERTIFICATE. |
| IdentityValue | String | Specifies the identity value. |