CredentialDescription.CachedValue 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.
When the credential is retrieved by a ICredentialsLoader, it will be stored in this property, where you can retrieve it. If the credential is a certificate, it will also be stored in the Certificate property.
public virtual object? CachedValue { get; set; }
member this.CachedValue : obj with get, set
Public Overridable Property CachedValue As Object