Share via


UserCertificateStore.RequestAddAsync(Certificate) Method

Definition

Requests to add a certificate to the store.

public:
 virtual IAsyncOperation<bool> ^ RequestAddAsync(Certificate ^ certificate) = RequestAddAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestAddAsync(Certificate const& certificate);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestAddAsync(Certificate certificate);
function requestAddAsync(certificate)
Public Function RequestAddAsync (certificate As Certificate) As IAsyncOperation(Of Boolean)

Parameters

certificate
Certificate

The certificate to add.

Returns

When this method completes, it returns true if the certificate was successfully added; otherwise, it returns false.

Attributes

Applies to