1 write to _mldsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
66_mldsaKey = key;
6 references to _mldsaKey
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseKey.cs (6)
182return _mldsaKey!.Algorithm.SignatureSizeInBytes; 204Debug.Assert(_mldsaKey != null); 205Span<byte> mldsaSignature = destination.Slice(0, _mldsaKey.Algorithm.SignatureSizeInBytes); 206_mldsaKey.SignData(toBeSigned, mldsaSignature); 256Debug.Assert(_mldsaKey != null); 257return _mldsaKey.VerifyData(toBeSigned, signature);