SecureStoreCredential Members
Include Protected Members
Include Inherited Members
Represents the credential for an external application.
The SecureStoreCredential type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreCredential | Initializes a new instance of the SecureStoreCredential class with the specified credential and the credential type. |
Top
Properties
Name | Description | |
---|---|---|
Credential | Gets the Secure Store credential. | |
CredentialType | Gets the type of the Secure Store credential. | |
MaxCredentialsLength | Gets the maximum length of the secure string that represents the credential. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Disposes the SecureStoreCredential instance. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top