Create 方法 (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString)
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Create ( _
keyEncryptions As SymmetricKeyEncryption(), _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
passPhrase As SecureString _
)
'用途
Dim instance As SymmetricKey
Dim keyEncryptions As SymmetricKeyEncryption()
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As SecureString
instance.Create(keyEncryptions, keyEncryptionAlgorithm, _
passPhrase)
public void Create(
SymmetricKeyEncryption[] keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString passPhrase
)
public:
void Create(
array<SymmetricKeyEncryption^>^ keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString^ passPhrase
)
member Create :
keyEncryptions:SymmetricKeyEncryption[] *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm *
passPhrase:SecureString -> unit
public function Create(
keyEncryptions : SymmetricKeyEncryption[],
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm,
passPhrase : SecureString
)
參數
- keyEncryptions
型別:array<Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryption> [] () [] []
- keyEncryptionAlgorithm
型別:Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryptionAlgorithm
- passPhrase
型別:System.Security. . :: . .SecureString