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)
127
public string KeyContainerName { get { return
_KeyContainerName
; } }
140
if (
_KeyContainerName
== null ||
_KeyContainerName
.Length < 1)