Class Credential
- Namespace
- Steeltoe.Extensions.Configuration
- Assembly
- Steeltoe.Extensions.Configuration.Abstractions.dll
[Serializable]
[TypeConverter(typeof(CredentialConverter))]
public class Credential : Dictionary<string, Credential>, IDictionary<string, Credential>, ICollection<KeyValuePair<string, Credential>>, IReadOnlyDictionary<string, Credential>, IReadOnlyCollection<KeyValuePair<string, Credential>>, IEnumerable<KeyValuePair<string, Credential>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
Credential
- Implements
- Inherited Members
Constructors
Credential()
public Credential()
Credential(SerializationInfo, StreamingContext)
protected Credential(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
Credential(string)
public Credential(string value)
Parameters
value
string
Properties
Value
public string Value { get; }