| 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
)
Public Shared Function Parse (
encryptionTypeString As String
) As EncryptionType
public:
static EncryptionType^ Parse(
String^ encryptionTypeString
)
static member Parse :
encryptionTypeString : string -> EncryptionType
Parameters
- encryptionTypeString
- Type: SystemString
A string containing an encryption type to convert.
Return Value
Type:
EncryptionTypeAn encryption type equivalent to the string.
See Also