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