CertUtils Class
Applies To: SQL Server (starting with 2016)
Represents an X509Certificate2 object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.CertUtils
Syntax
public static class CertUtils
public ref class CertUtils abstract sealed
[<AbstractClass>]
[<Sealed>]
type CertUtils = class end
Public NotInheritable Class CertUtils
Methods
Name | Description | |
---|---|---|
LoadCertificateByThumbprint(String, Boolean) | Loads an X509Certificate2 object, given its thumbprint. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.AnalysisServices Namespace
Return to top