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