ClientCertificateAuthenticationOptions.ApplyTo method

Helper to copy values from a user-supplied ClientCertificateAuthenticationOptions instance to the instance created by the framework inside AddCertificate().

public void ApplyTo(ClientCertificateAuthenticationOptions target)
parameter description
target The target instance to which values will be copied.

See Also