1 implementation of GetValidationKey
System.Web (1)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
161public CryptographicKey GetValidationKey() {
1 reference to GetValidationKey
System.Web (1)
Security\Cryptography\Purpose.cs (1)
128CryptographicKey masterKey = masterKeyProvider.GetValidationKey();