AuthContext Properties |
The AuthContext type exposes the following members.
| Name | Description | |
|---|---|---|
| IsPeerAuthenticated |
Returns true if the peer is authenticated.
| |
| PeerIdentity |
Gets properties that represent the peer identity (there can be more than one). Returns an empty collection
if the peer is not authenticated.
| |
| PeerIdentityPropertyName |
Gets the name of the property that indicates the peer identity. Returns null
if the peer is not authenticated.
| |
| Properties |
Gets the auth properties of this context.
|