[VB.NET]
Public Function ReadCertificateAsync(ByVal FileName As String)AsTask
[C#]
public Task ReadCertificateAsync(string fileName);
Remarks
This method is the asynchronous version of the ReadCertificate method and is used to support asynchronous operations in WinRT. Please refer to ReadCertificate for more information.