Compartir a través de


CryptographicProvider.Create Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Create
'Uso
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()

Comentarios

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

Vea también

Referencia

CryptographicProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo