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