Partager via


Méthode Create (String, CertificateSourceType, String, String, String)

Creates a certificate on the database that has the specified certificate source type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Create ( _
    certificateSource As String, _
    sourceType As CertificateSourceType, _
    privateKeyPath As String, _
    privateKeyDecryptionPassword As String, _
    privateKeyEncryptionPassword As String _
)
'Utilisation
Dim instance As Certificate
Dim certificateSource As String
Dim sourceType As CertificateSourceType
Dim privateKeyPath As String
Dim privateKeyDecryptionPassword As String
Dim privateKeyEncryptionPassword As String

instance.Create(certificateSource, sourceType, _
    privateKeyPath, privateKeyDecryptionPassword, _
    privateKeyEncryptionPassword)
public void Create(
    string certificateSource,
    CertificateSourceType sourceType,
    string privateKeyPath,
    string privateKeyDecryptionPassword,
    string privateKeyEncryptionPassword
)
public:
void Create(
    String^ certificateSource, 
    CertificateSourceType sourceType, 
    String^ privateKeyPath, 
    String^ privateKeyDecryptionPassword, 
    String^ privateKeyEncryptionPassword
)
member Create : 
        certificateSource:string * 
        sourceType:CertificateSourceType * 
        privateKeyPath:string * 
        privateKeyDecryptionPassword:string * 
        privateKeyEncryptionPassword:string -> unit 
public function Create(
    certificateSource : String, 
    sourceType : CertificateSourceType, 
    privateKeyPath : String, 
    privateKeyDecryptionPassword : String, 
    privateKeyEncryptionPassword : String
)

Paramètres

  • privateKeyDecryptionPassword
    Type : System. . :: . .String
    A String value that specifies the password used for decryption of the private key.
  • privateKeyEncryptionPassword
    Type : System. . :: . .String
    A String value that specifies the password used for encryption of the private key.