IPasswordChangeOption.EncryptionPassword – vlastnost
Získá nebo nastaví heslo Volitelné šifrování soukromého klíče.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Property EncryptionPassword As Literal
Get
Set
Literal EncryptionPassword { get; set; }
property Literal^ EncryptionPassword {
Literal^ get ();
void set (Literal^ value);
}
abstract EncryptionPassword : Literal with get, set
function get EncryptionPassword () : Literal
function set EncryptionPassword (value : Literal)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal
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.