Compartilhar via


Propriedade ClientCertAuthentication.Pfx

Optional. Gets or sets the pfx.

Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Uso

'Uso
Dim instance As ClientCertAuthentication
Dim value As String

value = instance.Pfx

instance.Pfx = value

Sintaxe

'Declaração
Public Property Pfx As String
public string Pfx { get; set; }
public:
property String^ Pfx {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Pfx ()

/** @property */
public void set_Pfx (String value)
public function get Pfx () : String

public function set Pfx (value : String)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe ClientCertAuthentication
Membros ClientCertAuthentication
Namespace Microsoft.WindowsAzure.Scheduler.Models