UserCertificateStore.RequestAddAsync(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 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