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.0.0.19089 (1.0.0.*)
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