SigningKey.CreateFromCertificate(X509Certificate2) 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.
Do not use this type or its members, the functionality has been deprecated!
public static Microsoft.AnalysisServices.SigningKey CreateFromCertificate (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member CreateFromCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.AnalysisServices.SigningKey
Public Shared Function CreateFromCertificate (certificate As X509Certificate2) As SigningKey
Parameters
- certificate
- X509Certificate2
The certificate to use for signing.
Returns
The SigningKey created.