4 references to TryWithKeyBuffer
System.Security.Cryptography (4)
System\Security\Cryptography\RSA.cs (4)
175return TryWithKeyBuffer(data, padding, TryWithEncrypt); 262return TryWithKeyBuffer(data, padding, TryWithDecrypt, tryKeySizeFirst: false); 471return TryWithKeyBuffer( 577return TryWithKeyBuffer(hash, (hashAlgorithm, padding), TryWithSignHash);