Click or drag to resize

AesSymmetricCrypographicProviderCreateDecryptingStream Method

Create a decrypting stream

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public Stream CreateDecryptingStream(
	Stream underlyingStream,
	byte[] key,
	byte[] iv
)

Parameters

underlyingStream  Stream
The underlying stream to wrap
key  Byte
The key to decrypt the stream
iv  Byte
The initialization vector

Return Value

Stream
The wrapped stream

Implements

ISymmetricCryptographicProviderCreateDecryptingStream(Stream, Byte, Byte)
See Also