Click or drag to resize
weroSoft AG, Software
CryptoServiceBaseGetCryptoStream Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the configured cryptographic stream.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual CryptoStream GetCryptoStream()

Return Value

Type: CryptoStream
Configured cryptographic stream.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the cryptographic instance is not correct initialized.
See Also