Click or drag to resize

ExtendedKeyUsage  Conversion (String to ExtendedKeyUsage)

Creates the ExtendedKeysUsage instance from string representation

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static explicit operator ExtendedKeyUsage (
	string str
)

Parameters

str
Type: SystemString
string representation

Return Value

Type: ExtendedKeyUsage
a corresponding ExtendedKeyUsage instance.
See Also