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