8 references to RSA
System.Security.Cryptography.Cose (8)
System\Security\Cryptography\Cose\CoseHelpers.cs (4)
118Debug.Assert(keyType == KeyType.RSA); 210Debug.Assert(keyType == KeyType.RSA); 274Debug.Assert(keyType == KeyType.RSA); 303RSA => KeyType.RSA,
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
757Debug.Assert(keyType == KeyType.RSA);
System\Security\Cryptography\Cose\CoseSignature.cs (1)
467Debug.Assert(keyType == KeyType.RSA);
System\Security\Cryptography\Cose\CoseSigner.cs (2)
162if (_keyType == KeyType.RSA) 189Debug.Assert(_keyType == KeyType.RSA);