2 references to SignatureMethod
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
656
HMAC? hmac = CryptoHelpers.CreateNonTransformFromName<HMAC>(
SignatureMethod
!);
1029
SignatureDescription? signatureDescription = CryptoHelpers.CreateNonTransformFromName<SignatureDescription>(
SignatureMethod
);