1 implementation of GetCryptoService
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
54public ICryptoService GetCryptoService(Purpose purpose, CryptoServiceOptions options = CryptoServiceOptions.None) {
2 references to GetCryptoService
System.Web (2)
Security\MachineKey.cs (2)
176ICryptoService cryptoService = cryptoServiceProvider.GetCryptoService(derivedPurpose); 210ICryptoService cryptoService = cryptoServiceProvider.GetCryptoService(derivedPurpose);