Represents the verification attributes of a single identity.

C# |
public class IdentityVerificationAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | IdentityVerificationAttributes()()()() | Initializes a new instance of the IdentityVerificationAttributes class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerificationStatus |
Gets and sets the property VerificationStatus.
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure". |
![]() | VerificationToken |
Gets and sets the property VerificationToken.
The verification token for a domain identity. Null for email address identities. |
![]() | WithVerificationStatus(String) | Obsolete.
Sets the VerificationStatus property
|
![]() | WithVerificationToken(String) | Obsolete.
Sets the VerificationToken property
|

Object | |
![]() | IdentityVerificationAttributes |