CredentialSettings.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads an arbitrary value from the underlying credential configuration
section. Library authors can extend the credential schema with custom
properties (for example, a service-specific name or region) and surface
them via extension methods that read through this indexer, without
exposing the underlying IConfigurationSection. Supports
the standard configuration : delimiter for nested paths. Returns
null when no section was bound or if the specified value does not exist.
public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String
Parameters
- key
- String
The configuration key to read, relative to the credential section.