Share via


HttpPropertyKeys.ClientCertificateKey Field

Provides a key for the client certificate for this request.

Namespace:  System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Shared ReadOnly ClientCertificateKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.ClientCertificateKey
public static readonly string ClientCertificateKey
public:
static initonly String^ ClientCertificateKey
static val ClientCertificateKey: string
public static final var ClientCertificateKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace