Return SupportedStreamAlgorithms.BLOWFISH256

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public override SupportedStreamAlgorithms SupportedAlgorithmID { get; }
Visual Basic
Public Overrides ReadOnly Property SupportedAlgorithmID As SupportedStreamAlgorithms
	Get
Visual C++
public:
virtual property SupportedStreamAlgorithms SupportedAlgorithmID {
	SupportedStreamAlgorithms get () override;
}

Implements

IStreamAlgorithm..::..SupportedAlgorithmID

See Also