CertificateForwardingOptions.HeaderConverter Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The function used to convert the header to an instance of X509Certificate2.
public: Func<System::String ^, System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ HeaderConverter;
public Func<string,System.Security.Cryptography.X509Certificates.X509Certificate2> HeaderConverter;
val mutable HeaderConverter : Func<string, System.Security.Cryptography.X509Certificates.X509Certificate2>
Public HeaderConverter As Func(Of String, X509Certificate2)
Field Value
Remarks
This defaults to a conversion from a base64 encoded string.