Class IdentityConfigurationElement
Defines an Identity using a key (user name) and secret (password)
Inheritance
System.Object
IdentityConfigurationElement
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public class IdentityConfigurationElement : ConfigurationElement
Constructors
IdentityConfigurationElement()
Declaration
public IdentityConfigurationElement()
Properties
Key
Get/Sets the Key of the SdkIdentityConfigurationElement
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Secret
Get/Sets the Secret of the SdkIdentityConfigurationElement
Declaration
public string Secret { get; set; }
Property Value
Type | Description |
---|---|
System.String |