|
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.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
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