CryptoSys PKI Pro Manual

Combining bitwise options

To combine bitwise options in .NET, use the bitwise OR operator.

With VB use Or
X509.OutputOpts.Ldap Or X509.OutputOpts.Latin1
With C# use |
X509.OutputOpts.Ldap | X509.OutputOpts.Latin1

[Contents] [Index]

[PREV: Using with .NET: C# and VB.NET...]   [Contents]   [Index]   
   [NEXT: Using with Python...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.