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