Freigeben über


CertificateClient.DeleteContacts(CancellationToken) Methode

Definition

Löscht alle Zertifikate CertificateContactaus dem Schlüsseltresor und ersetzt alle vorhandenen Kontakte. Für diesen Vorgang ist die Berechtigung certificates/managecontacts erforderlich.

public virtual Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>> DeleteContacts (System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteContacts : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>
override this.DeleteContacts : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>
Public Overridable Function DeleteContacts (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IList(Of CertificateContact))

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Die aus dem Tresor gelöschten Zertifikatkontakte.

Gilt für: