1 write to _mldsaKey
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
70
coseKey.
_mldsaKey
= key;
5 references to _mldsaKey
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
187
return
_mldsaKey
!.Algorithm.SignatureSizeInBytes;
209
Debug.Assert(
_mldsaKey
!= null);
210
return
_mldsaKey
.SignData(toBeSigned, destination);
259
Debug.Assert(
_mldsaKey
!= null);
260
return
_mldsaKey
.VerifyData(toBeSigned, signature);