Table of Contents

Class CloudFoundryCredentials

Namespace
Steeltoe.Configuration.CloudFoundry
Assembly
Steeltoe.Configuration.CloudFoundry.dll
[TypeConverter(typeof(CredentialsConverter))]
public sealed class CloudFoundryCredentials : Dictionary<string, CloudFoundryCredentials>, IDictionary<string, CloudFoundryCredentials>, ICollection<KeyValuePair<string, CloudFoundryCredentials>>, IReadOnlyDictionary<string, CloudFoundryCredentials>, IReadOnlyCollection<KeyValuePair<string, CloudFoundryCredentials>>, IEnumerable<KeyValuePair<string, CloudFoundryCredentials>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
CloudFoundryCredentials
Implements
Inherited Members

Constructors

CloudFoundryCredentials()

public CloudFoundryCredentials()

CloudFoundryCredentials(string)

public CloudFoundryCredentials(string value)

Parameters

value string

Properties

Value

public string? Value { get; }

Property Value

string