CertificateStatementBase.EncryptionPassword – vlastnost
Získá nebo nastaví šifrovací heslo.
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 EncryptionPassword As Literal
Get
Set
public Literal EncryptionPassword { get; set; }
public:
virtual property Literal^ EncryptionPassword {
Literal^ get () sealed;
void set (Literal^ value) sealed;
}
abstract EncryptionPassword : Literal with get, set
override EncryptionPassword : Literal with get, set
final function get EncryptionPassword () : Literal
final function set EncryptionPassword (value : Literal)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal
Implementuje
IPasswordChangeOption.EncryptionPassword
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.