CryptographicProvider.Create Method

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
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()

Implements

ICreatable.Create()

Remarks

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

See Also

Reference

CryptographicProvider Class

Microsoft.SqlServer.Management.Smo Namespace