SslClientAuthenticationOptions.LocalCertificateSelectionCallback Property
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.
Gets or sets a LocalCertificateSelectionCallback delegate that's responsible for selecting the client authentication certificate used for authentication.
public:
property System::Net::Security::LocalCertificateSelectionCallback ^ LocalCertificateSelectionCallback { System::Net::Security::LocalCertificateSelectionCallback ^ get(); void set(System::Net::Security::LocalCertificateSelectionCallback ^ value); };
public System.Net.Security.LocalCertificateSelectionCallback? LocalCertificateSelectionCallback { get; set; }
public System.Net.Security.LocalCertificateSelectionCallback LocalCertificateSelectionCallback { get; set; }
member this.LocalCertificateSelectionCallback : System.Net.Security.LocalCertificateSelectionCallback with get, set
Public Property LocalCertificateSelectionCallback As LocalCertificateSelectionCallback
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.