|
CategorizedSettingsSectionSetCryptoKey Method
|
Sets the key to be used for encrypting and decrypting setting values.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
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