Share via


HttpPropertyKeys.RetrieveClientCertificateDelegateKey Field

Provides a key for a delegate which can retrieve 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 RetrieveClientCertificateDelegateKey As String
'Usage
Dim value As String 

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

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace