HttpClientConnection100Class.CertificateIdentifier Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'identificatore del certificato X.509.
public:
virtual property System::String ^ CertificateIdentifier { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(20)]
public virtual string CertificateIdentifier { [System.Runtime.InteropServices.DispId(20)] get; [System.Runtime.InteropServices.DispId(20)] set; }
[<System.Runtime.InteropServices.DispId(20)>]
[<get: System.Runtime.InteropServices.DispId(20)>]
[<set: System.Runtime.InteropServices.DispId(20)>]
member this.CertificateIdentifier : string with get, set
Public Overridable Property CertificateIdentifier As String
Valore della proprietà
Rappresentazione stringa dell'oggetto X.509 Certificate corrente.
Implementazioni
- Attributi