IConfigurationManagerGetCertificateFromStore Method |
[This is preliminary documentation and is subject to change.]
Retrives the certificate that matches the thumbprint, if it exists
Does not care if the certificate is valid or not
Namespace: Netadmin.Management.OAuth2Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxX509Certificate2 GetCertificateFromStore(
string thumbprint
)
Function GetCertificateFromStore (
thumbprint As String
) As X509Certificate2
Parameters
- thumbprint
- Type: SystemString
The thumbprint as a string
Return Value
Type:
X509Certificate2The certificate, or null if not found
See Also