Click or drag to resize
weroSoft AG, Software
CryptoServiceBaseIsSymmetric Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating whether the cryptography is working symmetrically or asymmetrically.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool IsSymmetric { get; }

Property Value

Type: Boolean
True, if the cryptography is working symmetrically; otherwise false.
See Also