Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBCMSRevocationRefsWriteMode { rrwmWriteAll = 0, rrwmWriteCRLIfPresent = 1, rrwmWriteOCSPIfPresent = 2 };
[VB.NET]
Enum TSBCMSRevocationRefsWriteMode
rrwmWriteAll = 0
rrwmWriteCRLIfPresent = 1
rrwmWriteOCSPIfPresent = 2
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBCMSRevocationRefsWriteModeRaw;
typedef enum { rrwmWriteAll = 0, rrwmWriteCRLIfPresent = 1, rrwmWriteOCSPIfPresent = 2 } TSBCMSRevocationRefsWriteMode;
[PHP]
class TSBCMSRevocationRefsWriteMode extends TSBBaseEnum {
const rrwmWriteAll = 0;
const rrwmWriteCRLIfPresent = 1;
const rrwmWriteOCSPIfPresent = 2;
}
[Java]
public enum TSBCMSRevocationRefsWriteMode { rrwmWriteAll, rrwmWriteCRLIfPresent, rrwmWriteOCSPIfPresent }
Possible values
Declared in
.NET:
- Namespace: SBCMS
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum