Méthode SymmetricKey.OpenWithCertificate (String, String)
Opens the symmetric key with a certificate.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub OpenWithCertificate ( _
certificateName As String, _
privateKeyPassword As String _
)
'Utilisation
Dim instance As SymmetricKey
Dim certificateName As String
Dim privateKeyPassword As String
instance.OpenWithCertificate(certificateName, _
privateKeyPassword)
public void OpenWithCertificate(
string certificateName,
string privateKeyPassword
)
public:
void OpenWithCertificate(
String^ certificateName,
String^ privateKeyPassword
)
member OpenWithCertificate :
certificateName:string *
privateKeyPassword:string -> unit
public function OpenWithCertificate(
certificateName : String,
privateKeyPassword : String
)
Paramètres
- certificateName
Type : System.String
A String value that specifies the certificate.
- privateKeyPassword
Type : System.String
A String value that specifies the password that was used to encrypt the private key of the certificate.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo