 | AesSymmetricCrypographicProviderDecrypt(Byte) Method |
Decrypt data with the IV embedded in the return
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic byte[] Decrypt(
byte[] cipherText
)
Public Function Decrypt (
cipherText As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Decrypt(
array<unsigned char>^ cipherText
) sealed
abstract Decrypt :
cipherText : byte[] -> byte[]
override Decrypt :
cipherText : byte[] -> byte[] Parameters
- cipherText Byte
[Missing <param name="cipherText"/> documentation for "M:SanteDB.Core.Security.AesSymmetricCrypographicProvider.Decrypt(System.Byte[])"]
Return Value
Byte[Missing <returns> documentation for "M:SanteDB.Core.Security.AesSymmetricCrypographicProvider.Decrypt(System.Byte[])"]
Implements
ISymmetricCryptographicProviderDecrypt(Byte)
See Also