ISchedulerV4.GetCertificateFromStore(String, SecureString) 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.
public byte[] GetCertificateFromStore (string thumbprint, out System.Security.SecureString pfxPassword);
abstract member GetCertificateFromStore : string * -> byte[]
Public Function GetCertificateFromStore (thumbprint As String, ByRef pfxPassword As SecureString) As Byte()
Parameters
- thumbprint
- String
- pfxPassword
- SecureString
Returns
Byte[]