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