DpsCertificateOperationsExtensions.Delete 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.
Delete the Provisioning Service Certificate.
public static void Delete (this Microsoft.Azure.Management.DeviceProvisioningServices.IDpsCertificateOperations operations, string resourceGroupName, string ifMatch, string provisioningServiceName, string certificateName, string certificatename = default, byte[] certificaterawBytes = default, bool? certificateisVerified = default, string certificatepurpose = default, DateTime? certificatecreated = default, DateTime? certificatelastUpdated = default, bool? certificatehasPrivateKey = default, string certificatenonce = default);
static member Delete : Microsoft.Azure.Management.DeviceProvisioningServices.IDpsCertificateOperations * string * string * string * string * string * byte[] * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * string -> unit
Parameters
- operations
- IDpsCertificateOperations
The operations group for this extension method.
- resourceGroupName
- String
Resource group identifier.
- ifMatch
- String
ETag of the certificate
- provisioningServiceName
- String
The name of the provisioning service.
- certificateName
- String
This is a mandatory field, and is the logical name of the certificate that the provisioning service will access by.
- certificatename
- String
This is optional, and it is the Common Name of the certificate.
- certificaterawBytes
- Byte[]
Raw data within the certificate.
Indicates if certificate has been verified by owner of the private key.
- certificatepurpose
- String
A description that mentions the purpose of the certificate. Possible values include: 'clientAuthentication', 'serverAuthentication'
- certificatenonce
- String
Random number generated to indicate Proof of Possession.
Remarks
Deletes the specified certificate associated with the Provisioning Service
Applies to
Azure SDK for .NET