5 references to Format
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (4)
142throw new InvalidOperationException(SR.Format(SR.CoseHeaderMapCborEncodedValueNotValid)); 169throw new InvalidOperationException(SR.Format(SR.CoseHeaderMapCborEncodedValueNotValid)); 196throw new InvalidOperationException(SR.Format(SR.CoseHeaderMapCborEncodedValueNotValid)); 228throw new InvalidOperationException(SR.Format(SR.CoseHeaderMapCborEncodedValueNotValid));
System\Security\Cryptography\Cose\CoseSigner.cs (1)
160exMsg = SR.Format(SR.Sign1SignCoseAlgorithmDoesNotMatchSpecifiedKeyHashAlgorithmAndPadding, alg.Value, _keyType, HashAlgorithm.Name, RSASignaturePadding);