TraditionalDesCrypter.Properties Property

CryptSharp

TraditionalDesCrypterProperties Property CryptSharp
Properties inherent to the particular crypt algorithm. These cannot be modified. See CrypterProperty for possible keys.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public override CrypterOptions Properties { get; }
Public Overrides ReadOnly Property Properties As CrypterOptions
	Get
public:
virtual property CrypterOptions^ Properties {
	CrypterOptions^ get () override;
}
abstract Properties : CrypterOptions with get
override Properties : CrypterOptions with get

Property Value

Type: CrypterOptions
See Also

Reference