1 implementation of GetValidationAlgorithm
System.Web (1)
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
59
public KeyedHashAlgorithm
GetValidationAlgorithm
() {
2 references to GetValidationAlgorithm
System.Web (2)
Security\Cryptography\NetFXCryptoService.cs (2)
85
using (KeyedHashAlgorithm signingAlgorithm = _cryptoAlgorithmFactory.
GetValidationAlgorithm
()) {
129
using (KeyedHashAlgorithm validationAlgorithm = _cryptoAlgorithmFactory.
GetValidationAlgorithm
()) {