To combine bitwise options in .NET, use the bitwise OR operator.
Or
X509.OutputOpts.Ldap Or X509.OutputOpts.Latin1
|
X509.OutputOpts.Ldap | X509.OutputOpts.Latin1
[Contents] [Index]