Compartir a través de


SymmetricKeyEncryption Constructor (KeyEncryptionType, String)

Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    encryptionType As KeyEncryptionType, _
    value As String _
)
public SymmetricKeyEncryption (
    KeyEncryptionType encryptionType,
    string value
)
public:
SymmetricKeyEncryption (
    KeyEncryptionType encryptionType, 
    String^ value
)
public SymmetricKeyEncryption (
    KeyEncryptionType encryptionType, 
    String value
)
public function SymmetricKeyEncryption (
    encryptionType : KeyEncryptionType, 
    value : String
)

Parámetros

  • encryptionType
    An KeyEncryptionType object value that specifies the key encryption type.
  • value
    A String value that specifies the value of the key encryption.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Construct an Object in Visual Basic .NET

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

SymmetricKeyEncryption Class
SymmetricKeyEncryption Members
Microsoft.SqlServer.Management.Smo Namespace