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