| EncryptionTypeParse Method |
Converts the string representation of an encryption type to its encryption type equivalent.
Namespace: ObujekutoruAssembly: obujekutoru (in obujekutoru.dll) Version: 1.1.0.25794
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