ExtendedKeyUsage Conversion (String to ExtendedKeyUsage) |
Creates the ExtendedKeysUsage instance from string representation
Namespace:
DotNetBrowser.Net.Certificates
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public static explicit operator ExtendedKeyUsage (
string str
)
Parameters
- str
- Type: SystemString
string representation
Return Value
Type:
ExtendedKeyUsagea corresponding
ExtendedKeyUsage instance.
See Also