AlterAsymmetricKeyStatement.DecryptionPassword – vlastnost
Získá nebo nastaví heslo pro dešifrování.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public Property DecryptionPassword As Literal
Get
Set
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
Literal^ get () sealed;
void set (Literal^ value) sealed;
}
abstract DecryptionPassword : Literal with get, set
override DecryptionPassword : Literal with get, set
final function get DecryptionPassword () : Literal
final function set DecryptionPassword (value : Literal)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal
Implementuje
IPasswordChangeOption.DecryptionPassword
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.