Поделиться через


Метод Create (AsymmetricKeyEncryptionAlgorithm)

Creates an asymmetric key on the instance of SQL Server with the specified encryption algorithm.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Create ( _
    encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm _
)
'Применение
Dim instance As AsymmetricKey
Dim encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm

instance.Create(encryptionAlgorithm)
public void Create(
    AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm
)
public:
void Create(
    AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm
)
member Create : 
        encryptionAlgorithm:AsymmetricKeyEncryptionAlgorithm -> unit 
public function Create(
    encryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
)

Параметры

Примеры

Вызов методов