Click or drag to resize

EncryptionTypeParse Method

Converts the string representation of an encryption type to its encryption type equivalent.

Namespace:  Obujekutoru
Assembly:  obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
Syntax
public static EncryptionType Parse(
	string encryptionTypeString
)

Parameters

encryptionTypeString
Type: SystemString
A string containing an encryption type to convert.

Return Value

Type: EncryptionType
An encryption type equivalent to the string.
See Also