2 writes to _KeyContainerName
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
138_KeyContainerName = configurationValues["keyContainerName"]; 141_KeyContainerName = DefaultRsaKeyContainerName;
3 references to _KeyContainerName
System.Configuration (3)
System\Configuration\RSAProtectedConfigurationProvider.cs (3)
127public string KeyContainerName { get { return _KeyContainerName; } } 140if (_KeyContainerName == null || _KeyContainerName.Length < 1)