Condividi tramite


Metodo CryptographicProvider.Create

Creates a new CryptographicProvider object on the connected server that has the specified name and DLL path.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Create
'Utilizzo
Dim instance As CryptographicProvider

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

Implementa

ICreatable.Create()

Osservazioni

The Name, Parent, and DllPath properties must be set before the Create method can be called.

Vedere anche

Riferimento

CryptographicProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo