AuthenticationRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Account information relating to an authentication request.
public class AuthenticationRecord
type AuthenticationRecord = class
Public Class AuthenticationRecord
- Inheritance
-
AuthenticationRecord
Properties
Authority |
The authority host used to authenticate the account. |
ClientId |
The client id of the application which performed the original authentication |
HomeAccountId |
A unique identifier of the account. |
TenantId |
The tenant the account should authenticate in. |
Username |
The user principal or service principal name of the account. |
Methods
Deserialize(Stream, CancellationToken) |
Deserializes the AuthenticationRecord from the specified Stream. |
DeserializeAsync(Stream, CancellationToken) |
Deserializes the AuthenticationRecord from the specified Stream. |
Serialize(Stream, CancellationToken) |
Serializes the AuthenticationRecord to the specified Stream. |
SerializeAsync(Stream, CancellationToken) |
Serializes the AuthenticationRecord to the specified Stream. |