IUserSecretsManager Properties
Interface Properties 2 members
Defines an interface for managing user secrets with support for read and write operations.
Gets the path to the user secrets file.
public abstract string FilePath { get; } Gets a value indicating whether user secrets are available.
public abstract bool IsAvailable { get; }Remarks
Returns
true if the project has a user secrets ID configured; otherwise, false.