UserCertificateStore.RequestDeleteAsync(Certificate) 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.
Requests to delete a certificate from the store.
public:
virtual IAsyncOperation<bool> ^ RequestDeleteAsync(Certificate ^ certificate) = RequestDeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestDeleteAsync(Certificate const& certificate);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestDeleteAsync(Certificate certificate);
function requestDeleteAsync(certificate)
Public Function RequestDeleteAsync (certificate As Certificate) As IAsyncOperation(Of Boolean)
Parameters
- certificate
- Certificate
The certificate to delete.
Returns
When this method completes, it returns true if the certificate was successfully deleted; otherwise, it returns false.
- Attributes