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