Metoda Certificate.Create (String)
Tworzy certyfikat oparty na algorytm szyfrowanie certyfikatu lub na podstawie typu źródło certyfikatu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Create ( _
encryptionPassword As String _
)
'Użycie
Dim instance As Certificate
Dim encryptionPassword As String
instance.Create(encryptionPassword)
public void Create(
string encryptionPassword
)
public:
void Create(
String^ encryptionPassword
)
member Create :
encryptionPassword:string -> unit
public function Create(
encryptionPassword : String
)
Parametry
- encryptionPassword
Typ: System.String
A String wartość określająca hasła szyfrowanie.
Zobacz także