[Missing <summary> documentation for "M:White_Tiger.Tools.GetCryptographyAlgorythmEnum(System.String)"]

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public CryptograhyAlgorithm GetCryptographyAlgorythmEnum(
	string tenum
)
Visual Basic
Public Function GetCryptographyAlgorythmEnum ( 
	tenum As String
) As CryptograhyAlgorithm
Visual C++
public:
CryptograhyAlgorithm GetCryptographyAlgorythmEnum(
	String^ tenum
)

Parameters

tenum
Type: System..::..String

[Missing <param name="tenum"/> documentation for "M:White_Tiger.Tools.GetCryptographyAlgorythmEnum(System.String)"]

Return Value

Type: CryptograhyAlgorithm

[Missing <returns> documentation for "M:White_Tiger.Tools.GetCryptographyAlgorythmEnum(System.String)"]

See Also