KeyVaultClient.ListSecretsAsync(CancellationToken) Method
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.
List secrets
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.KeyVault.Models.SecretMetadataCollection> ListSecretsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ListSecretsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.KeyVault.Models.SecretMetadataCollection>
override this.ListSecretsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.KeyVault.Models.SecretMetadataCollection>
Public Overridable Function ListSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of SecretMetadataCollection)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List secrets response.
Remarks
List secrets.