SymmetricKeyEncryption Constructor (KeyEncryptionType, String)
Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- encryptionType
An KeyEncryptionType object value that specifies the key encryption type.
- value
A String value that specifies the value of the key encryption.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempio
How to: Construct an Object in Visual Basic .NET
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
SymmetricKeyEncryption Class
SymmetricKeyEncryption Members
Microsoft.SqlServer.Management.Smo Namespace