|
ConfigurationFileSetCryptoKey Method
|
Sets the key to be used for encrypting and decrypting values of
Settings.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntaxpublic void SetCryptoKey(
string cryptoKey
)
Public Sub SetCryptoKey (
cryptoKey As String
)
public:
void SetCryptoKey(
String^ cryptoKey
)
member SetCryptoKey :
cryptoKey : string -> unit
function SetCryptoKey(cryptoKey);
View SourceParameters
- cryptoKey String
- New crypto key.
See Also