2 references to CoseSignature
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
381return new CoseSignature(protectedHeaders, unprotectedHeaders, signProtected, signatureBytes);
System\Security\Cryptography\Cose\CoseSignature.cs (1)
46: this(protectedHeaders, unprotectedHeaders, encodedSignProtectedHeaders, signature)