2 references to MultiSignMessageMustCarryAtLeastOneSignature
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
348
throw new CryptographicException(SR.Format(SR.DecodeErrorWhileDecoding, SR.
MultiSignMessageMustCarryAtLeastOneSignature
));
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
575
throw new InvalidOperationException(SR.
MultiSignMessageMustCarryAtLeastOneSignature
);