SerializableSecureStoreCredential Members
Include Protected Members
Include Inherited Members
Provides a representation of the credentials used by the Secure Store Service that can be serialized
The SerializableSecureStoreCredential type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializableSecureStoreCredential | Initializes a new instance of the SerializableSecureStoreCredential class with the specified secure string and credential type. |
Top
Properties
Name | Description | |
---|---|---|
Credential | Gets a byte array that represents the credential value. | |
CredentialType | Gets the credential type. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the current instance of the SerializableSecureStoreCredential class. | |
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