3 references to X509Certificate
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.cs (1)
94
var clientCertificate = new
X509Certificate
(Array.Empty<byte>());
Microsoft.AspNetCore.SignalR.Tests (1)
WebSocketsTransportTests.cs (1)
34
var clientCertificate = new
X509Certificate
(Array.Empty<byte>());
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
53
:
base
(rawData)