1 write to _rsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
42
_rsaKey
= key;
5 references to _rsaKey
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
179
return (
_rsaKey
!.KeySize + 7) / 8;
198
Debug.Assert(
_rsaKey
!= null);
201
return SignHashWithRSA(
_rsaKey
, toBeSigned, HashAlgorithm.Value, RSASignaturePadding, destination);
248
Debug.Assert(
_rsaKey
!= null);
251
return
_rsaKey
.VerifyHash(toBeSigned, signature, HashAlgorithm.Value, RSASignaturePadding);