 | SanteDBConfigurationSanteDBProtectedConfigurationSectionWrapperDecrypt Method |
Decrypt the protected section
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IConfigurationSection Decrypt(
byte[] aesKey
)
Public Function Decrypt (
aesKey As Byte()
) As IConfigurationSection
public:
IConfigurationSection^ Decrypt(
array<unsigned char>^ aesKey
)
member Decrypt :
aesKey : byte[] -> IConfigurationSection Parameters
- aesKey Byte
[Missing <param name="aesKey"/> documentation for "M:SanteDB.Core.Configuration.SanteDBConfiguration.SanteDBProtectedConfigurationSectionWrapper.Decrypt(System.Byte[])"]
Return Value
IConfigurationSection[Missing <returns> documentation for "M:SanteDB.Core.Configuration.SanteDBConfiguration.SanteDBProtectedConfigurationSectionWrapper.Decrypt(System.Byte[])"]
See Also