Skip to content

Commit 143aaa8

Browse files
authoredFeb 28, 2024··
chore: revert secret store xml docs for 'add provider' (#430)
1 parent cf0fc8d commit 143aaa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/Arcus.Security.Core/SecretStoreBuilder.cs

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ public SecretStoreBuilder(IServiceCollection services)
3838
/// <summary>
3939
/// Gets the available secret sources currently registered to be included in the resulting root secret store.
4040
/// </summary>
41+
/// <remarks>
42+
/// The series of secret stores is directly publicly available, including the operations so future (consumer) extensions can easily low-level manipulate this series during build-up.
43+
/// Though, for almost all use-cases, the <see cref="AddProvider(ISecretProvider)"/> and the <see cref="AddProvider(Func{IServiceProvider,ISecretProvider},Action{SecretProviderOptions})"/> should be sufficient.
44+
/// </remarks>
4145
public IList<SecretStoreSource> SecretStoreSources { get; } = new List<SecretStoreSource>();
4246

4347
/// <summary>

0 commit comments

Comments
 (0)
Please sign in to comment.