2 references to EnsureAndGetPrivateRSAKey
System.IdentityModel (2)
System\IdentityModel\RsaEncryptionCookieTransform.cs (1)
72
_encryptionKey = X509Util.
EnsureAndGetPrivateRSAKey
(certificate);
System\IdentityModel\RsaSignatureCookieTransform.cs (1)
61
_signingKey = X509Util.
EnsureAndGetPrivateRSAKey
(certificate);