Represents the verification attributes of a single identity.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class IdentityVerificationAttributes
 Members
 Members| 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IdentityVerificationAttributes |