|
CategorizedSettingsElementCollectionSetCryptoKey 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.265-beta+b9fecb767fe978094c19da8101c12474843773cb
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