4 references to _core
System.Security.Cryptography (4)
System\Security\Cryptography\RSACng.cs (2)
55
_core
.Dispose();
60
_core
.ThrowIfDisposed();
System\Security\Cryptography\RSACng.Key.cs (2)
24
CngKey key =
_core
.GetOrGenerateKey(KeySize, CngAlgorithm.Rsa);
34
_core
.SetKey(key);