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