7 references to ContentWasDetached
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
671
throw new InvalidOperationException(SR.
ContentWasDetached
);
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
391
throw new InvalidOperationException(SR.
ContentWasDetached
);
434
throw new InvalidOperationException(SR.
ContentWasDetached
);
477
throw new InvalidOperationException(SR.
ContentWasDetached
);
System\Security\Cryptography\Cose\CoseSignature.cs (3)
106
throw new InvalidOperationException(SR.
ContentWasDetached
);
149
throw new InvalidOperationException(SR.
ContentWasDetached
);
189
throw new InvalidOperationException(SR.
ContentWasDetached
);