Propriedade CertificateStatementBase.PrivateKeyPath
Obtém ou define o caminho de opcional para a chave particular.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
Public Property PrivateKeyPath As Literal
Get
Set
public Literal PrivateKeyPath { get; set; }
public:
property Literal^ PrivateKeyPath {
Literal^ get ();
void set (Literal^ value);
}
member PrivateKeyPath : Literal with get, set
function get PrivateKeyPath () : Literal
function set PrivateKeyPath (value : Literal)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.