1 implementation of GetEncryptionKey
System.Web (1)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
149public CryptographicKey GetEncryptionKey() {
1 reference to GetEncryptionKey
System.Web (1)
Security\Cryptography\Purpose.cs (1)
112CryptographicKey masterKey = masterKeyProvider.GetEncryptionKey();