cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Static Public Member Functions | Public Attributes | List of all members
cryptlib.crypt Class Reference

Static Public Member Functions

static void Init ()
 
static void End ()
 
static CRYPT_QUERY_INFO QueryCapability (int cryptAlgo)
 
static int CreateContext (int cryptUser, int cryptAlgo)
 
static void DestroyContext (int cryptContext)
 
static void DestroyObject (int cryptObject)
 
static void GenerateKey (int cryptContext)
 
static void GenerateKeyAsync (int cryptContext)
 
static void AsyncQuery (int cryptObject)
 
static void AsyncCancel (int cryptObject)
 
static void Encrypt (int cryptContext, byte[] buffer, int bufferOffset, int length)
 
static void Encrypt (int cryptContext, byte[] buffer)
 
static void Decrypt (int cryptContext, byte[] buffer, int bufferOffset, int length)
 
static void Decrypt (int cryptContext, byte[] buffer)
 
static void SetAttribute (int cryptHandle, int attributeType, int value)
 
static void SetAttributeString (int cryptHandle, int attributeType, byte[] value, int valueOffset, int valueLength)
 
static void SetAttributeString (int cryptHandle, int attributeType, byte[] value)
 
static void SetAttributeString (int cryptHandle, int attributeType, String value)
 
static int GetAttribute (int cryptHandle, int attributeType)
 
static int GetAttributeString (int cryptHandle, int attributeType, byte[] value, int valueOffset)
 
static int GetAttributeString (int cryptHandle, int attributeType, byte[] value)
 
static String GetAttributeString (int cryptHandle, int attributeType)
 
static void DeleteAttribute (int cryptHandle, int attributeType)
 
static void AddRandom (byte[] randomData, int randomDataOffset, int randomDataLength)
 
static void AddRandom (byte[] randomData)
 
static void AddRandom (String randomData)
 
static void AddRandom (int pollType)
 
static CRYPT_OBJECT_INFO QueryObject (byte[] objectData, int objectDataOffset, int objectDataLength)
 
static CRYPT_OBJECT_INFO QueryObject (byte[] objectData)
 
static CRYPT_OBJECT_INFO QueryObject (String objectData)
 
static int ExportKey (byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
 
static int ExportKey (byte[] encryptedKey, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
 
static int ExportKeyEx (byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
 
static int ExportKeyEx (byte[] encryptedKey, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
 
static void ImportKey (byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
 
static void ImportKey (byte[] encryptedKey, int importKey, int sessionKeyContext)
 
static void ImportKey (String encryptedKey, int importKey, int sessionKeyContext)
 
static int ImportKeyEx (byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
 
static int ImportKeyEx (byte[] encryptedKey, int importKey, int sessionKeyContext)
 
static int ImportKeyEx (String encryptedKey, int importKey, int sessionKeyContext)
 
static int CreateSignature (byte[] signature, int signatureOffset, int signatureMaxLength, int signContext, int hashContext)
 
static int CreateSignature (byte[] signature, int signatureMaxLength, int signContext, int hashContext)
 
static int CreateSignatureEx (byte[] signature, int signatureOffset, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
 
static int CreateSignatureEx (byte[] signature, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
 
static void CheckSignature (byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
 
static void CheckSignature (byte[] signature, int sigCheckKey, int hashContext)
 
static void CheckSignature (String signature, int sigCheckKey, int hashContext)
 
static int CheckSignatureEx (byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
 
static int CheckSignatureEx (byte[] signature, int sigCheckKey, int hashContext)
 
static int CheckSignatureEx (String signature, int sigCheckKey, int hashContext)
 
static int KeysetOpen (int cryptUser, int keysetType, String name, int options)
 
static void KeysetClose (int keyset)
 
static int GetPublicKey (int keyset, int keyIDtype, String keyID)
 
static int GetPrivateKey (int keyset, int keyIDtype, String keyID, String password)
 
static int GetKey (int keyset, int keyIDtype, String keyID, String password)
 
static void AddPublicKey (int keyset, int certificate)
 
static void AddPrivateKey (int keyset, int cryptKey, String password)
 
static void DeleteKey (int keyset, int keyIDtype, String keyID)
 
static int CreateCert (int cryptUser, int certType)
 
static void DestroyCert (int certificate)
 
static int GetCertExtension (int certificate, String oid, byte[] extension, int extensionOffset, int extensionMaxLength)
 
static int GetCertExtension (int certificate, String oid, byte[] extension, int extensionMaxLength)
 
static void AddCertExtension (int certificate, String oid, int criticalFlag, byte[] extension, int extensionOffset, int extensionLength)
 
static void AddCertExtension (int certificate, String oid, int criticalFlag, byte[] extension)
 
static void AddCertExtension (int certificate, String oid, int criticalFlag, String extension)
 
static void DeleteCertExtension (int certificate, String oid)
 
static void SignCert (int certificate, int signContext)
 
static void CheckCert (int certificate, int sigCheckKey)
 
static int ImportCert (byte[] certObject, int certObjectOffset, int certObjectLength, int cryptUser)
 
static int ImportCert (byte[] certObject, int cryptUser)
 
static int ImportCert (String certObject, int cryptUser)
 
static int ExportCert (byte[] certObject, int certObjectOffset, int certObjectMaxLength, int certFormatType, int certificate)
 
static int ExportCert (byte[] certObject, int certObjectMaxLength, int certFormatType, int certificate)
 
static void CAAddItem (int keyset, int certificate)
 
static int CAGetItem (int keyset, int certType, int keyIDtype, String keyID)
 
static void CADeleteItem (int keyset, int certType, int keyIDtype, String keyID)
 
static int CACertManagement (int action, int keyset, int caKey, int certRequest)
 
static int CreateEnvelope (int cryptUser, int formatType)
 
static void DestroyEnvelope (int envelope)
 
static int CreateSession (int cryptUser, int formatType)
 
static void DestroySession (int session)
 
static int PushData (int envelope, byte[] buffer, int bufferOffset, int length)
 
static int PushData (int envelope, byte[] buffer)
 
static int PushData (int envelope, String buffer)
 
static void FlushData (int envelope)
 
static int PopData (int envelope, byte[] buffer, int bufferOffset, int length)
 
static int PopData (int envelope, byte[] buffer, int length)
 
static int DeviceOpen (int cryptUser, int deviceType, String name)
 
static void DeviceClose (int device)
 
static CRYPT_QUERY_INFO DeviceQueryCapability (int device, int cryptAlgo)
 
static int DeviceCreateContext (int device, int cryptAlgo)
 
static int Login (String name, String password)
 
static void Logout (int user)
 

Public Attributes

const int ALGO_NONE = 0
 
const int ALGO_DES = 1
 
const int ALGO_3DES = 2
 
const int ALGO_IDEA = 3
 
const int ALGO_CAST = 4
 
const int ALGO_RC2 = 5
 
const int ALGO_RC4 = 6
 
const int ALGO_RC5 = 7
 
const int ALGO_AES = 8
 
const int ALGO_BLOWFISH = 9
 
const int ALGO_SKIPJACK = 10
 
const int ALGO_DH = 100
 
const int ALGO_RSA = 101
 
const int ALGO_DSA = 102
 
const int ALGO_ELGAMAL = 103
 
const int ALGO_KEA = 104
 
const int ALGO_ECDSA = 105
 
const int ALGO_ECDH = 106
 
const int ALGO_MD2 = 200
 
const int ALGO_MD4 = 201
 
const int ALGO_MD5 = 202
 
const int ALGO_SHA1 = 203
 
const int ALGO_SHA = 203
 
const int ALGO_RIPEMD160 = 204
 
const int ALGO_SHA2 = 205
 
const int ALGO_SHA256 = 205
 
const int ALGO_SHAng = 206
 
const int ALGO_HMAC_MD5 = 300
 
const int ALGO_HMAC_SHA1 = 301
 
const int ALGO_HMAC_SHA = 301
 
const int ALGO_HMAC_RIPEMD160 = 302
 
const int ALGO_HMAC_SHA2 = 303
 
const int ALGO_HMAC_SHAng = 304
 
const int ALGO_LAST = 305
 
const int ALGO_FIRST_CONVENTIONAL = 1
 
const int ALGO_LAST_CONVENTIONAL = 99
 
const int ALGO_FIRST_PKC = 100
 
const int ALGO_LAST_PKC = 199
 
const int ALGO_FIRST_HASH = 200
 
const int ALGO_LAST_HASH = 299
 
const int ALGO_FIRST_MAC = 300
 
const int ALGO_LAST_MAC = 399
 
const int MODE_NONE = 0
 
const int MODE_ECB = 1
 
const int MODE_CBC = 2
 
const int MODE_CFB = 3
 
const int MODE_OFB = 4
 
const int MODE_GCM = 5
 
const int MODE_LAST = 6
 
const int KEYSET_NONE = 0
 
const int KEYSET_FILE = 1
 
const int KEYSET_HTTP = 2
 
const int KEYSET_LDAP = 3
 
const int KEYSET_ODBC = 4
 
const int KEYSET_DATABASE = 5
 
const int KEYSET_ODBC_STORE = 6
 
const int KEYSET_DATABASE_STORE = 7
 
const int KEYSET_LAST = 8
 
const int DEVICE_NONE = 0
 
const int DEVICE_FORTEZZA = 1
 
const int DEVICE_PKCS11 = 2
 
const int DEVICE_CRYPTOAPI = 3
 
const int DEVICE_HARDWARE = 4
 
const int DEVICE_LAST = 5
 
const int CERTTYPE_NONE = 0
 
const int CERTTYPE_CERTIFICATE = 1
 
const int CERTTYPE_ATTRIBUTE_CERT = 2
 
const int CERTTYPE_CERTCHAIN = 3
 
const int CERTTYPE_CERTREQUEST = 4
 
const int CERTTYPE_REQUEST_CERT = 5
 
const int CERTTYPE_REQUEST_REVOCATION = 6
 
const int CERTTYPE_CRL = 7
 
const int CERTTYPE_CMS_ATTRIBUTES = 8
 
const int CERTTYPE_RTCS_REQUEST = 9
 
const int CERTTYPE_RTCS_RESPONSE = 10
 
const int CERTTYPE_OCSP_REQUEST = 11
 
const int CERTTYPE_OCSP_RESPONSE = 12
 
const int CERTTYPE_PKIUSER = 13
 
const int CERTTYPE_LAST = 14
 
const int FORMAT_NONE = 0
 
const int FORMAT_AUTO = 1
 
const int FORMAT_CRYPTLIB = 2
 
const int FORMAT_CMS = 3
 
const int FORMAT_PKCS7 = 3
 
const int FORMAT_SMIME = 4
 
const int FORMAT_PGP = 5
 
const int FORMAT_LAST = 6
 
const int SESSION_NONE = 0
 
const int SESSION_SSH = 1
 
const int SESSION_SSH_SERVER = 2
 
const int SESSION_SSL = 3
 
const int SESSION_SSL_SERVER = 4
 
const int SESSION_RTCS = 5
 
const int SESSION_RTCS_SERVER = 6
 
const int SESSION_OCSP = 7
 
const int SESSION_OCSP_SERVER = 8
 
const int SESSION_TSP = 9
 
const int SESSION_TSP_SERVER = 10
 
const int SESSION_CMP = 11
 
const int SESSION_CMP_SERVER = 12
 
const int SESSION_SCEP = 13
 
const int SESSION_SCEP_SERVER = 14
 
const int SESSION_CERTSTORE_SERVER = 15
 
const int SESSION_LAST = 16
 
const int USER_NONE = 0
 
const int USER_NORMAL = 1
 
const int USER_SO = 2
 
const int USER_CA = 3
 
const int USER_LAST = 4
 
const int ATTRIBUTE_NONE = 0
 
const int PROPERTY_FIRST = 1
 
const int PROPERTY_HIGHSECURITY = 2
 
const int PROPERTY_OWNER = 3
 
const int PROPERTY_FORWARDCOUNT = 4
 
const int PROPERTY_LOCKED = 5
 
const int PROPERTY_USAGECOUNT = 6
 
const int PROPERTY_NONEXPORTABLE = 7
 
const int PROPERTY_LAST = 8
 
const int GENERIC_FIRST = 9
 
const int ATTRIBUTE_ERRORTYPE = 10
 
const int ATTRIBUTE_ERRORLOCUS = 11
 
const int ATTRIBUTE_ERRORMESSAGE = 12
 
const int ATTRIBUTE_CURRENT_GROUP = 13
 
const int ATTRIBUTE_CURRENT = 14
 
const int ATTRIBUTE_CURRENT_INSTANCE = 15
 
const int ATTRIBUTE_BUFFERSIZE = 16
 
const int GENERIC_LAST = 17
 
const int OPTION_FIRST = 100
 
const int OPTION_INFO_DESCRIPTION = 101
 
const int OPTION_INFO_COPYRIGHT = 102
 
const int OPTION_INFO_MAJORVERSION = 103
 
const int OPTION_INFO_MINORVERSION = 104
 
const int OPTION_INFO_STEPPING = 105
 
const int OPTION_ENCR_ALGO = 106
 
const int OPTION_ENCR_HASH = 107
 
const int OPTION_ENCR_MAC = 108
 
const int OPTION_PKC_ALGO = 109
 
const int OPTION_PKC_KEYSIZE = 110
 
const int OPTION_SIG_ALGO = 111
 
const int OPTION_SIG_KEYSIZE = 112
 
const int OPTION_KEYING_ALGO = 113
 
const int OPTION_KEYING_ITERATIONS = 114
 
const int OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES = 115
 
const int OPTION_CERT_VALIDITY = 116
 
const int OPTION_CERT_UPDATEINTERVAL = 117
 
const int OPTION_CERT_COMPLIANCELEVEL = 118
 
const int OPTION_CERT_REQUIREPOLICY = 119
 
const int OPTION_CMS_DEFAULTATTRIBUTES = 120
 
const int OPTION_SMIME_DEFAULTATTRIBUTES = 120
 
const int OPTION_KEYS_LDAP_OBJECTCLASS = 121
 
const int OPTION_KEYS_LDAP_OBJECTTYPE = 122
 
const int OPTION_KEYS_LDAP_FILTER = 123
 
const int OPTION_KEYS_LDAP_CACERTNAME = 124
 
const int OPTION_KEYS_LDAP_CERTNAME = 125
 
const int OPTION_KEYS_LDAP_CRLNAME = 126
 
const int OPTION_KEYS_LDAP_EMAILNAME = 127
 
const int OPTION_DEVICE_PKCS11_DVR01 = 128
 
const int OPTION_DEVICE_PKCS11_DVR02 = 129
 
const int OPTION_DEVICE_PKCS11_DVR03 = 130
 
const int OPTION_DEVICE_PKCS11_DVR04 = 131
 
const int OPTION_DEVICE_PKCS11_DVR05 = 132
 
const int OPTION_DEVICE_PKCS11_HARDWAREONLY = 133
 
const int OPTION_NET_SOCKS_SERVER = 134
 
const int OPTION_NET_SOCKS_USERNAME = 135
 
const int OPTION_NET_HTTP_PROXY = 136
 
const int OPTION_NET_CONNECTTIMEOUT = 137
 
const int OPTION_NET_READTIMEOUT = 138
 
const int OPTION_NET_WRITETIMEOUT = 139
 
const int OPTION_MISC_ASYNCINIT = 140
 
const int OPTION_MISC_SIDECHANNELPROTECTION = 141
 
const int OPTION_CONFIGCHANGED = 142
 
const int OPTION_SELFTESTOK = 143
 
const int OPTION_LAST = 144
 
const int CTXINFO_FIRST = 1000
 
const int CTXINFO_ALGO = 1001
 
const int CTXINFO_MODE = 1002
 
const int CTXINFO_NAME_ALGO = 1003
 
const int CTXINFO_NAME_MODE = 1004
 
const int CTXINFO_KEYSIZE = 1005
 
const int CTXINFO_BLOCKSIZE = 1006
 
const int CTXINFO_IVSIZE = 1007
 
const int CTXINFO_KEYING_ALGO = 1008
 
const int CTXINFO_KEYING_ITERATIONS = 1009
 
const int CTXINFO_KEYING_SALT = 1010
 
const int CTXINFO_KEYING_VALUE = 1011
 
const int CTXINFO_KEY = 1012
 
const int CTXINFO_KEY_COMPONENTS = 1013
 
const int CTXINFO_IV = 1014
 
const int CTXINFO_HASHVALUE = 1015
 
const int CTXINFO_LABEL = 1016
 
const int CTXINFO_PERSISTENT = 1017
 
const int CTXINFO_LAST = 1018
 
const int CERTINFO_FIRST = 2000
 
const int CERTINFO_SELFSIGNED = 2001
 
const int CERTINFO_IMMUTABLE = 2002
 
const int CERTINFO_XYZZY = 2003
 
const int CERTINFO_CERTTYPE = 2004
 
const int CERTINFO_FINGERPRINT = 2005
 
const int CERTINFO_FINGERPRINT_MD5 = 2005
 
const int CERTINFO_FINGERPRINT_SHA1 = 2006
 
const int CERTINFO_FINGERPRINT_SHA = 2006
 
const int CERTINFO_FINGERPRINT_SHA2 = 2007
 
const int CERTINFO_FINGERPRINT_SHAng = 2008
 
const int CERTINFO_CURRENT_CERTIFICATE = 2009
 
const int CERTINFO_TRUSTED_USAGE = 2010
 
const int CERTINFO_TRUSTED_IMPLICIT = 2011
 
const int CERTINFO_SIGNATURELEVEL = 2012
 
const int CERTINFO_VERSION = 2013
 
const int CERTINFO_SERIALNUMBER = 2014
 
const int CERTINFO_SUBJECTPUBLICKEYINFO = 2015
 
const int CERTINFO_CERTIFICATE = 2016
 
const int CERTINFO_USERCERTIFICATE = 2016
 
const int CERTINFO_CACERTIFICATE = 2017
 
const int CERTINFO_ISSUERNAME = 2018
 
const int CERTINFO_VALIDFROM = 2019
 
const int CERTINFO_VALIDTO = 2020
 
const int CERTINFO_SUBJECTNAME = 2021
 
const int CERTINFO_ISSUERUNIQUEID = 2022
 
const int CERTINFO_SUBJECTUNIQUEID = 2023
 
const int CERTINFO_CERTREQUEST = 2024
 
const int CERTINFO_THISUPDATE = 2025
 
const int CERTINFO_NEXTUPDATE = 2026
 
const int CERTINFO_REVOCATIONDATE = 2027
 
const int CERTINFO_REVOCATIONSTATUS = 2028
 
const int CERTINFO_CERTSTATUS = 2029
 
const int CERTINFO_DN = 2030
 
const int CERTINFO_PKIUSER_ID = 2031
 
const int CERTINFO_PKIUSER_ISSUEPASSWORD = 2032
 
const int CERTINFO_PKIUSER_REVPASSWORD = 2033
 
const int CERTINFO_COUNTRYNAME = 2100
 
const int CERTINFO_STATEORPROVINCENAME = 2101
 
const int CERTINFO_LOCALITYNAME = 2102
 
const int CERTINFO_ORGANIZATIONNAME = 2103
 
const int CERTINFO_ORGANISATIONNAME = 2103
 
const int CERTINFO_ORGANIZATIONALUNITNAME = 2104
 
const int CERTINFO_ORGANISATIONALUNITNAME = 2104
 
const int CERTINFO_COMMONNAME = 2105
 
const int CERTINFO_OTHERNAME_TYPEID = 2106
 
const int CERTINFO_OTHERNAME_VALUE = 2107
 
const int CERTINFO_RFC822NAME = 2108
 
const int CERTINFO_EMAIL = 2108
 
const int CERTINFO_DNSNAME = 2109
 
const int CERTINFO_DIRECTORYNAME = 2110
 
const int CERTINFO_EDIPARTYNAME_NAMEASSIGNER = 2111
 
const int CERTINFO_EDIPARTYNAME_PARTYNAME = 2112
 
const int CERTINFO_UNIFORMRESOURCEIDENTIFIER = 2113
 
const int CERTINFO_IPADDRESS = 2114
 
const int CERTINFO_REGISTEREDID = 2115
 
const int CERTINFO_CHALLENGEPASSWORD = 2200
 
const int CERTINFO_CRLEXTREASON = 2201
 
const int CERTINFO_KEYFEATURES = 2202
 
const int CERTINFO_AUTHORITYINFOACCESS = 2203
 
const int CERTINFO_AUTHORITYINFO_RTCS = 2204
 
const int CERTINFO_AUTHORITYINFO_OCSP = 2205
 
const int CERTINFO_AUTHORITYINFO_CAISSUERS = 2206
 
const int CERTINFO_AUTHORITYINFO_CERTSTORE = 2207
 
const int CERTINFO_AUTHORITYINFO_CRLS = 2208
 
const int CERTINFO_BIOMETRICINFO = 2209
 
const int CERTINFO_BIOMETRICINFO_TYPE = 2210
 
const int CERTINFO_BIOMETRICINFO_HASHALGO = 2211
 
const int CERTINFO_BIOMETRICINFO_HASH = 2212
 
const int CERTINFO_BIOMETRICINFO_URL = 2213
 
const int CERTINFO_QCSTATEMENT = 2214
 
const int CERTINFO_QCSTATEMENT_SEMANTICS = 2215
 
const int CERTINFO_QCSTATEMENT_REGISTRATIONAUTHORITY = 2216
 
const int CERTINFO_IPADDRESSBLOCKS = 2217
 
const int CERTINFO_IPADDRESSBLOCKS_ADDRESSFAMILY = 2218
 
const int CERTINFO_IPADDRESSBLOCKS_INHERIT = 2219
 
const int CERTINFO_IPADDRESSBLOCKS_PREFIX = 2220
 
const int CERTINFO_IPADDRESSBLOCKS_MIN = 2221
 
const int CERTINFO_IPADDRESSBLOCKS_MAX = 2222
 
const int CERTINFO_AUTONOMOUSSYSIDS = 2223
 
const int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_INHERIT = 2224
 
const int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_ID = 2225
 
const int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MIN = 2226
 
const int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MAX = 2227
 
const int CERTINFO_OCSP_NONCE = 2228
 
const int CERTINFO_OCSP_RESPONSE = 2229
 
const int CERTINFO_OCSP_RESPONSE_OCSP = 2230
 
const int CERTINFO_OCSP_NOCHECK = 2231
 
const int CERTINFO_OCSP_ARCHIVECUTOFF = 2232
 
const int CERTINFO_SUBJECTINFOACCESS = 2233
 
const int CERTINFO_SUBJECTINFO_TIMESTAMPING = 2234
 
const int CERTINFO_SUBJECTINFO_CAREPOSITORY = 2235
 
const int CERTINFO_SUBJECTINFO_SIGNEDOBJECTREPOSITORY = 2236
 
const int CERTINFO_SUBJECTINFO_RPKIMANIFEST = 2237
 
const int CERTINFO_SUBJECTINFO_SIGNEDOBJECT = 2238
 
const int CERTINFO_SIGG_DATEOFCERTGEN = 2239
 
const int CERTINFO_SIGG_PROCURATION = 2240
 
const int CERTINFO_SIGG_PROCURE_COUNTRY = 2241
 
const int CERTINFO_SIGG_PROCURE_TYPEOFSUBSTITUTION = 2242
 
const int CERTINFO_SIGG_PROCURE_SIGNINGFOR = 2243
 
const int CERTINFO_SIGG_ADMISSIONS = 2244
 
const int CERTINFO_SIGG_ADMISSIONS_AUTHORITY = 2245
 
const int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHID = 2246
 
const int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHURL = 2247
 
const int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHTEXT = 2248
 
const int CERTINFO_SIGG_ADMISSIONS_PROFESSIONITEM = 2249
 
const int CERTINFO_SIGG_ADMISSIONS_PROFESSIONOID = 2250
 
const int CERTINFO_SIGG_ADMISSIONS_REGISTRATIONNUMBER = 2251
 
const int CERTINFO_SIGG_MONETARYLIMIT = 2252
 
const int CERTINFO_SIGG_MONETARY_CURRENCY = 2253
 
const int CERTINFO_SIGG_MONETARY_AMOUNT = 2254
 
const int CERTINFO_SIGG_MONETARY_EXPONENT = 2255
 
const int CERTINFO_SIGG_DECLARATIONOFMAJORITY = 2256
 
const int CERTINFO_SIGG_DECLARATIONOFMAJORITY_COUNTRY = 2257
 
const int CERTINFO_SIGG_RESTRICTION = 2258
 
const int CERTINFO_SIGG_CERTHASH = 2259
 
const int CERTINFO_SIGG_ADDITIONALINFORMATION = 2260
 
const int CERTINFO_STRONGEXTRANET = 2261
 
const int CERTINFO_STRONGEXTRANET_ZONE = 2262
 
const int CERTINFO_STRONGEXTRANET_ID = 2263
 
const int CERTINFO_SUBJECTDIRECTORYATTRIBUTES = 2264
 
const int CERTINFO_SUBJECTDIR_TYPE = 2265
 
const int CERTINFO_SUBJECTDIR_VALUES = 2266
 
const int CERTINFO_SUBJECTKEYIDENTIFIER = 2267
 
const int CERTINFO_KEYUSAGE = 2268
 
const int CERTINFO_PRIVATEKEYUSAGEPERIOD = 2269
 
const int CERTINFO_PRIVATEKEY_NOTBEFORE = 2270
 
const int CERTINFO_PRIVATEKEY_NOTAFTER = 2271
 
const int CERTINFO_SUBJECTALTNAME = 2272
 
const int CERTINFO_ISSUERALTNAME = 2273
 
const int CERTINFO_BASICCONSTRAINTS = 2274
 
const int CERTINFO_CA = 2275
 
const int CERTINFO_AUTHORITY = 2275
 
const int CERTINFO_PATHLENCONSTRAINT = 2276
 
const int CERTINFO_CRLNUMBER = 2277
 
const int CERTINFO_CRLREASON = 2278
 
const int CERTINFO_HOLDINSTRUCTIONCODE = 2279
 
const int CERTINFO_INVALIDITYDATE = 2280
 
const int CERTINFO_DELTACRLINDICATOR = 2281
 
const int CERTINFO_ISSUINGDISTRIBUTIONPOINT = 2282
 
const int CERTINFO_ISSUINGDIST_FULLNAME = 2283
 
const int CERTINFO_ISSUINGDIST_USERCERTSONLY = 2284
 
const int CERTINFO_ISSUINGDIST_CACERTSONLY = 2285
 
const int CERTINFO_ISSUINGDIST_SOMEREASONSONLY = 2286
 
const int CERTINFO_ISSUINGDIST_INDIRECTCRL = 2287
 
const int CERTINFO_CERTIFICATEISSUER = 2288
 
const int CERTINFO_NAMECONSTRAINTS = 2289
 
const int CERTINFO_PERMITTEDSUBTREES = 2290
 
const int CERTINFO_EXCLUDEDSUBTREES = 2291
 
const int CERTINFO_CRLDISTRIBUTIONPOINT = 2292
 
const int CERTINFO_CRLDIST_FULLNAME = 2293
 
const int CERTINFO_CRLDIST_REASONS = 2294
 
const int CERTINFO_CRLDIST_CRLISSUER = 2295
 
const int CERTINFO_CERTIFICATEPOLICIES = 2296
 
const int CERTINFO_CERTPOLICYID = 2297
 
const int CERTINFO_CERTPOLICY_CPSURI = 2298
 
const int CERTINFO_CERTPOLICY_ORGANIZATION = 2299
 
const int CERTINFO_CERTPOLICY_NOTICENUMBERS = 2300
 
const int CERTINFO_CERTPOLICY_EXPLICITTEXT = 2301
 
const int CERTINFO_POLICYMAPPINGS = 2302
 
const int CERTINFO_ISSUERDOMAINPOLICY = 2303
 
const int CERTINFO_SUBJECTDOMAINPOLICY = 2304
 
const int CERTINFO_AUTHORITYKEYIDENTIFIER = 2305
 
const int CERTINFO_AUTHORITY_KEYIDENTIFIER = 2306
 
const int CERTINFO_AUTHORITY_CERTISSUER = 2307
 
const int CERTINFO_AUTHORITY_CERTSERIALNUMBER = 2308
 
const int CERTINFO_POLICYCONSTRAINTS = 2309
 
const int CERTINFO_REQUIREEXPLICITPOLICY = 2310
 
const int CERTINFO_INHIBITPOLICYMAPPING = 2311
 
const int CERTINFO_EXTKEYUSAGE = 2312
 
const int CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING = 2313
 
const int CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING = 2314
 
const int CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING = 2315
 
const int CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING = 2316
 
const int CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO = 2317
 
const int CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM = 2318
 
const int CERTINFO_EXTKEY_SERVERAUTH = 2319
 
const int CERTINFO_EXTKEY_CLIENTAUTH = 2320
 
const int CERTINFO_EXTKEY_CODESIGNING = 2321
 
const int CERTINFO_EXTKEY_EMAILPROTECTION = 2322
 
const int CERTINFO_EXTKEY_IPSECENDSYSTEM = 2323
 
const int CERTINFO_EXTKEY_IPSECTUNNEL = 2324
 
const int CERTINFO_EXTKEY_IPSECUSER = 2325
 
const int CERTINFO_EXTKEY_TIMESTAMPING = 2326
 
const int CERTINFO_EXTKEY_OCSPSIGNING = 2327
 
const int CERTINFO_EXTKEY_DIRECTORYSERVICE = 2328
 
const int CERTINFO_EXTKEY_ANYKEYUSAGE = 2329
 
const int CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO = 2330
 
const int CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA = 2331
 
const int CERTINFO_CRLSTREAMIDENTIFIER = 2332
 
const int CERTINFO_FRESHESTCRL = 2333
 
const int CERTINFO_FRESHESTCRL_FULLNAME = 2334
 
const int CERTINFO_FRESHESTCRL_REASONS = 2335
 
const int CERTINFO_FRESHESTCRL_CRLISSUER = 2336
 
const int CERTINFO_ORDEREDLIST = 2337
 
const int CERTINFO_BASEUPDATETIME = 2338
 
const int CERTINFO_DELTAINFO = 2339
 
const int CERTINFO_DELTAINFO_LOCATION = 2340
 
const int CERTINFO_DELTAINFO_NEXTDELTA = 2341
 
const int CERTINFO_INHIBITANYPOLICY = 2342
 
const int CERTINFO_TOBEREVOKED = 2343
 
const int CERTINFO_TOBEREVOKED_CERTISSUER = 2344
 
const int CERTINFO_TOBEREVOKED_REASONCODE = 2345
 
const int CERTINFO_TOBEREVOKED_REVOCATIONTIME = 2346
 
const int CERTINFO_TOBEREVOKED_CERTSERIALNUMBER = 2347
 
const int CERTINFO_REVOKEDGROUPS = 2348
 
const int CERTINFO_REVOKEDGROUPS_CERTISSUER = 2349
 
const int CERTINFO_REVOKEDGROUPS_REASONCODE = 2350
 
const int CERTINFO_REVOKEDGROUPS_INVALIDITYDATE = 2351
 
const int CERTINFO_REVOKEDGROUPS_STARTINGNUMBER = 2352
 
const int CERTINFO_REVOKEDGROUPS_ENDINGNUMBER = 2353
 
const int CERTINFO_EXPIREDCERTSONCRL = 2354
 
const int CERTINFO_AAISSUINGDISTRIBUTIONPOINT = 2355
 
const int CERTINFO_AAISSUINGDIST_FULLNAME = 2356
 
const int CERTINFO_AAISSUINGDIST_SOMEREASONSONLY = 2357
 
const int CERTINFO_AAISSUINGDIST_INDIRECTCRL = 2358
 
const int CERTINFO_AAISSUINGDIST_USERATTRCERTS = 2359
 
const int CERTINFO_AAISSUINGDIST_AACERTS = 2360
 
const int CERTINFO_AAISSUINGDIST_SOACERTS = 2361
 
const int CERTINFO_NS_CERTTYPE = 2362
 
const int CERTINFO_NS_BASEURL = 2363
 
const int CERTINFO_NS_REVOCATIONURL = 2364
 
const int CERTINFO_NS_CAREVOCATIONURL = 2365
 
const int CERTINFO_NS_CERTRENEWALURL = 2366
 
const int CERTINFO_NS_CAPOLICYURL = 2367
 
const int CERTINFO_NS_SSLSERVERNAME = 2368
 
const int CERTINFO_NS_COMMENT = 2369
 
const int CERTINFO_SET_HASHEDROOTKEY = 2370
 
const int CERTINFO_SET_ROOTKEYTHUMBPRINT = 2371
 
const int CERTINFO_SET_CERTIFICATETYPE = 2372
 
const int CERTINFO_SET_MERCHANTDATA = 2373
 
const int CERTINFO_SET_MERID = 2374
 
const int CERTINFO_SET_MERACQUIRERBIN = 2375
 
const int CERTINFO_SET_MERCHANTLANGUAGE = 2376
 
const int CERTINFO_SET_MERCHANTNAME = 2377
 
const int CERTINFO_SET_MERCHANTCITY = 2378
 
const int CERTINFO_SET_MERCHANTSTATEPROVINCE = 2379
 
const int CERTINFO_SET_MERCHANTPOSTALCODE = 2380
 
const int CERTINFO_SET_MERCHANTCOUNTRYNAME = 2381
 
const int CERTINFO_SET_MERCOUNTRY = 2382
 
const int CERTINFO_SET_MERAUTHFLAG = 2383
 
const int CERTINFO_SET_CERTCARDREQUIRED = 2384
 
const int CERTINFO_SET_TUNNELING = 2385
 
const int CERTINFO_SET_TUNNELLING = 2385
 
const int CERTINFO_SET_TUNNELINGFLAG = 2386
 
const int CERTINFO_SET_TUNNELLINGFLAG = 2386
 
const int CERTINFO_SET_TUNNELINGALGID = 2387
 
const int CERTINFO_SET_TUNNELLINGALGID = 2387
 
const int CERTINFO_CMS_CONTENTTYPE = 2500
 
const int CERTINFO_CMS_MESSAGEDIGEST = 2501
 
const int CERTINFO_CMS_SIGNINGTIME = 2502
 
const int CERTINFO_CMS_COUNTERSIGNATURE = 2503
 
const int CERTINFO_CMS_SIGNINGDESCRIPTION = 2504
 
const int CERTINFO_CMS_SMIMECAPABILITIES = 2505
 
const int CERTINFO_CMS_SMIMECAP_3DES = 2506
 
const int CERTINFO_CMS_SMIMECAP_AES = 2507
 
const int CERTINFO_CMS_SMIMECAP_CAST128 = 2508
 
const int CERTINFO_CMS_SMIMECAP_IDEA = 2509
 
const int CERTINFO_CMS_SMIMECAP_RC2 = 2510
 
const int CERTINFO_CMS_SMIMECAP_RC5 = 2511
 
const int CERTINFO_CMS_SMIMECAP_SKIPJACK = 2512
 
const int CERTINFO_CMS_SMIMECAP_DES = 2513
 
const int CERTINFO_CMS_SMIMECAP_SHAng = 2514
 
const int CERTINFO_CMS_SMIMECAP_SHA2 = 2515
 
const int CERTINFO_CMS_SMIMECAP_SHA1 = 2516
 
const int CERTINFO_CMS_SMIMECAP_HMAC_SHAng = 2517
 
const int CERTINFO_CMS_SMIMECAP_HMAC_SHA2 = 2518
 
const int CERTINFO_CMS_SMIMECAP_HMAC_SHA1 = 2519
 
const int CERTINFO_CMS_SMIMECAP_AUTHENC256 = 2520
 
const int CERTINFO_CMS_SMIMECAP_AUTHENC128 = 2521
 
const int CERTINFO_CMS_SMIMECAP_RSA_SHAng = 2522
 
const int CERTINFO_CMS_SMIMECAP_RSA_SHA2 = 2523
 
const int CERTINFO_CMS_SMIMECAP_RSA_SHA1 = 2524
 
const int CERTINFO_CMS_SMIMECAP_DSA_SHA1 = 2525
 
const int CERTINFO_CMS_SMIMECAP_ECDSA_SHAng = 2526
 
const int CERTINFO_CMS_SMIMECAP_ECDSA_SHA2 = 2527
 
const int CERTINFO_CMS_SMIMECAP_ECDSA_SHA1 = 2528
 
const int CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA = 2529
 
const int CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY = 2530
 
const int CERTINFO_CMS_SMIMECAP_PREFERBINARYINSIDE = 2531
 
const int CERTINFO_CMS_RECEIPTREQUEST = 2532
 
const int CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER = 2533
 
const int CERTINFO_CMS_RECEIPT_FROM = 2534
 
const int CERTINFO_CMS_RECEIPT_TO = 2535
 
const int CERTINFO_CMS_SECURITYLABEL = 2536
 
const int CERTINFO_CMS_SECLABEL_POLICY = 2537
 
const int CERTINFO_CMS_SECLABEL_CLASSIFICATION = 2538
 
const int CERTINFO_CMS_SECLABEL_PRIVACYMARK = 2539
 
const int CERTINFO_CMS_SECLABEL_CATTYPE = 2540
 
const int CERTINFO_CMS_SECLABEL_CATVALUE = 2541
 
const int CERTINFO_CMS_MLEXPANSIONHISTORY = 2542
 
const int CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER = 2543
 
const int CERTINFO_CMS_MLEXP_TIME = 2544
 
const int CERTINFO_CMS_MLEXP_NONE = 2545
 
const int CERTINFO_CMS_MLEXP_INSTEADOF = 2546
 
const int CERTINFO_CMS_MLEXP_INADDITIONTO = 2547
 
const int CERTINFO_CMS_CONTENTHINTS = 2548
 
const int CERTINFO_CMS_CONTENTHINT_DESCRIPTION = 2549
 
const int CERTINFO_CMS_CONTENTHINT_TYPE = 2550
 
const int CERTINFO_CMS_EQUIVALENTLABEL = 2551
 
const int CERTINFO_CMS_EQVLABEL_POLICY = 2552
 
const int CERTINFO_CMS_EQVLABEL_CLASSIFICATION = 2553
 
const int CERTINFO_CMS_EQVLABEL_PRIVACYMARK = 2554
 
const int CERTINFO_CMS_EQVLABEL_CATTYPE = 2555
 
const int CERTINFO_CMS_EQVLABEL_CATVALUE = 2556
 
const int CERTINFO_CMS_SIGNINGCERTIFICATE = 2557
 
const int CERTINFO_CMS_SIGNINGCERT_ESSCERTID = 2558
 
const int CERTINFO_CMS_SIGNINGCERT_POLICIES = 2559
 
const int CERTINFO_CMS_SIGNINGCERTIFICATEV2 = 2560
 
const int CERTINFO_CMS_SIGNINGCERTV2_ESSCERTIDV2 = 2561
 
const int CERTINFO_CMS_SIGNINGCERTV2_POLICIES = 2562
 
const int CERTINFO_CMS_SIGNATUREPOLICYID = 2563
 
const int CERTINFO_CMS_SIGPOLICYID = 2564
 
const int CERTINFO_CMS_SIGPOLICYHASH = 2565
 
const int CERTINFO_CMS_SIGPOLICY_CPSURI = 2566
 
const int CERTINFO_CMS_SIGPOLICY_ORGANIZATION = 2567
 
const int CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS = 2568
 
const int CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT = 2569
 
const int CERTINFO_CMS_SIGTYPEIDENTIFIER = 2570
 
const int CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG = 2571
 
const int CERTINFO_CMS_SIGTYPEID_DOMAINSIG = 2572
 
const int CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES = 2573
 
const int CERTINFO_CMS_SIGTYPEID_REVIEWSIG = 2574
 
const int CERTINFO_CMS_NONCE = 2575
 
const int CERTINFO_SCEP_MESSAGETYPE = 2576
 
const int CERTINFO_SCEP_PKISTATUS = 2577
 
const int CERTINFO_SCEP_FAILINFO = 2578
 
const int CERTINFO_SCEP_SENDERNONCE = 2579
 
const int CERTINFO_SCEP_RECIPIENTNONCE = 2580
 
const int CERTINFO_SCEP_TRANSACTIONID = 2581
 
const int CERTINFO_CMS_SPCAGENCYINFO = 2582
 
const int CERTINFO_CMS_SPCAGENCYURL = 2583
 
const int CERTINFO_CMS_SPCSTATEMENTTYPE = 2584
 
const int CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING = 2585
 
const int CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING = 2586
 
const int CERTINFO_CMS_SPCOPUSINFO = 2587
 
const int CERTINFO_CMS_SPCOPUSINFO_NAME = 2588
 
const int CERTINFO_CMS_SPCOPUSINFO_URL = 2589
 
const int CERTINFO_LAST = 2590
 
const int KEYINFO_FIRST = 3000
 
const int KEYINFO_QUERY = 3001
 
const int KEYINFO_QUERY_REQUESTS = 3002
 
const int KEYINFO_LAST = 3003
 
const int DEVINFO_FIRST = 4000
 
const int DEVINFO_INITIALISE = 4001
 
const int DEVINFO_INITIALIZE = 4001
 
const int DEVINFO_AUTHENT_USER = 4002
 
const int DEVINFO_AUTHENT_SUPERVISOR = 4003
 
const int DEVINFO_SET_AUTHENT_USER = 4004
 
const int DEVINFO_SET_AUTHENT_SUPERVISOR = 4005
 
const int DEVINFO_ZEROISE = 4006
 
const int DEVINFO_ZEROIZE = 4006
 
const int DEVINFO_LOGGEDIN = 4007
 
const int DEVINFO_LABEL = 4008
 
const int DEVINFO_LAST = 4009
 
const int ENVINFO_FIRST = 5000
 
const int ENVINFO_DATASIZE = 5001
 
const int ENVINFO_COMPRESSION = 5002
 
const int ENVINFO_CONTENTTYPE = 5003
 
const int ENVINFO_DETACHEDSIGNATURE = 5004
 
const int ENVINFO_SIGNATURE_RESULT = 5005
 
const int ENVINFO_INTEGRITY = 5006
 
const int ENVINFO_PASSWORD = 5007
 
const int ENVINFO_KEY = 5008
 
const int ENVINFO_SIGNATURE = 5009
 
const int ENVINFO_SIGNATURE_EXTRADATA = 5010
 
const int ENVINFO_RECIPIENT = 5011
 
const int ENVINFO_PUBLICKEY = 5012
 
const int ENVINFO_PRIVATEKEY = 5013
 
const int ENVINFO_PRIVATEKEY_LABEL = 5014
 
const int ENVINFO_ORIGINATOR = 5015
 
const int ENVINFO_SESSIONKEY = 5016
 
const int ENVINFO_HASH = 5017
 
const int ENVINFO_TIMESTAMP = 5018
 
const int ENVINFO_KEYSET_SIGCHECK = 5019
 
const int ENVINFO_KEYSET_ENCRYPT = 5020
 
const int ENVINFO_KEYSET_DECRYPT = 5021
 
const int ENVINFO_LAST = 5022
 
const int SESSINFO_FIRST = 6000
 
const int SESSINFO_ACTIVE = 6001
 
const int SESSINFO_CONNECTIONACTIVE = 6002
 
const int SESSINFO_USERNAME = 6003
 
const int SESSINFO_PASSWORD = 6004
 
const int SESSINFO_PRIVATEKEY = 6005
 
const int SESSINFO_KEYSET = 6006
 
const int SESSINFO_AUTHRESPONSE = 6007
 
const int SESSINFO_SERVER_NAME = 6008
 
const int SESSINFO_SERVER_PORT = 6009
 
const int SESSINFO_SERVER_FINGERPRINT = 6010
 
const int SESSINFO_CLIENT_NAME = 6011
 
const int SESSINFO_CLIENT_PORT = 6012
 
const int SESSINFO_SESSION = 6013
 
const int SESSINFO_NETWORKSOCKET = 6014
 
const int SESSINFO_VERSION = 6015
 
const int SESSINFO_REQUEST = 6016
 
const int SESSINFO_RESPONSE = 6017
 
const int SESSINFO_CACERTIFICATE = 6018
 
const int SESSINFO_CMP_REQUESTTYPE = 6019
 
const int SESSINFO_CMP_PRIVKEYSET = 6020
 
const int SESSINFO_SSH_CHANNEL = 6021
 
const int SESSINFO_SSH_CHANNEL_TYPE = 6022
 
const int SESSINFO_SSH_CHANNEL_ARG1 = 6023
 
const int SESSINFO_SSH_CHANNEL_ARG2 = 6024
 
const int SESSINFO_SSH_CHANNEL_ACTIVE = 6025
 
const int SESSINFO_SSL_OPTIONS = 6026
 
const int SESSINFO_TSP_MSGIMPRINT = 6027
 
const int SESSINFO_LAST = 6028
 
const int USERINFO_FIRST = 7000
 
const int USERINFO_PASSWORD = 7001
 
const int USERINFO_CAKEY_CERTSIGN = 7002
 
const int USERINFO_CAKEY_CRLSIGN = 7003
 
const int USERINFO_CAKEY_RTCSSIGN = 7004
 
const int USERINFO_CAKEY_OCSPSIGN = 7005
 
const int USERINFO_LAST = 7006
 
const int ATTRIBUTE_LAST = 7006
 
const int KEYUSAGE_NONE = 0x000
 
const int KEYUSAGE_DIGITALSIGNATURE = 0x001
 
const int KEYUSAGE_NONREPUDIATION = 0x002
 
const int KEYUSAGE_KEYENCIPHERMENT = 0x004
 
const int KEYUSAGE_DATAENCIPHERMENT = 0x008
 
const int KEYUSAGE_KEYAGREEMENT = 0x010
 
const int KEYUSAGE_KEYCERTSIGN = 0x020
 
const int KEYUSAGE_CRLSIGN = 0x040
 
const int KEYUSAGE_ENCIPHERONLY = 0x080
 
const int KEYUSAGE_DECIPHERONLY = 0x100
 
const int KEYUSAGE_LAST = 0x200
 
const int CRLREASON_UNSPECIFIED = 0
 
const int CRLREASON_KEYCOMPROMISE = 1
 
const int CRLREASON_CACOMPROMISE = 2
 
const int CRLREASON_AFFILIATIONCHANGED = 3
 
const int CRLREASON_SUPERSEDED = 4
 
const int CRLREASON_CESSATIONOFOPERATION = 5
 
const int CRLREASON_CERTIFICATEHOLD = 6
 
const int CRLREASON_REMOVEFROMCRL = 8
 
const int CRLREASON_PRIVILEGEWITHDRAWN = 9
 
const int CRLREASON_AACOMPROMISE = 10
 
const int CRLREASON_LAST = 11
 
const int CRLREASON_NEVERVALID = 20
 
const int CRLEXTREASON_LAST = 21
 
const int CRLREASONFLAG_UNUSED = 0x001
 
const int CRLREASONFLAG_KEYCOMPROMISE = 0x002
 
const int CRLREASONFLAG_CACOMPROMISE = 0x004
 
const int CRLREASONFLAG_AFFILIATIONCHANGED = 0x008
 
const int CRLREASONFLAG_SUPERSEDED = 0x010
 
const int CRLREASONFLAG_CESSATIONOFOPERATION = 0x020
 
const int CRLREASONFLAG_CERTIFICATEHOLD = 0x040
 
const int CRLREASONFLAG_LAST = 0x080
 
const int HOLDINSTRUCTION_NONE = 0
 
const int HOLDINSTRUCTION_CALLISSUER = 1
 
const int HOLDINSTRUCTION_REJECT = 2
 
const int HOLDINSTRUCTION_PICKUPTOKEN = 3
 
const int HOLDINSTRUCTION_LAST = 4
 
const int COMPLIANCELEVEL_OBLIVIOUS = 0
 
const int COMPLIANCELEVEL_REDUCED = 1
 
const int COMPLIANCELEVEL_STANDARD = 2
 
const int COMPLIANCELEVEL_PKIX_PARTIAL = 3
 
const int COMPLIANCELEVEL_PKIX_FULL = 4
 
const int COMPLIANCELEVEL_LAST = 5
 
const int NS_CERTTYPE_SSLCLIENT = 0x001
 
const int NS_CERTTYPE_SSLSERVER = 0x002
 
const int NS_CERTTYPE_SMIME = 0x004
 
const int NS_CERTTYPE_OBJECTSIGNING = 0x008
 
const int NS_CERTTYPE_RESERVED = 0x010
 
const int NS_CERTTYPE_SSLCA = 0x020
 
const int NS_CERTTYPE_SMIMECA = 0x040
 
const int NS_CERTTYPE_OBJECTSIGNINGCA = 0x080
 
const int NS_CERTTYPE_LAST = 0x100
 
const int SET_CERTTYPE_CARD = 0x001
 
const int SET_CERTTYPE_MER = 0x002
 
const int SET_CERTTYPE_PGWY = 0x004
 
const int SET_CERTTYPE_CCA = 0x008
 
const int SET_CERTTYPE_MCA = 0x010
 
const int SET_CERTTYPE_PCA = 0x020
 
const int SET_CERTTYPE_GCA = 0x040
 
const int SET_CERTTYPE_BCA = 0x080
 
const int SET_CERTTYPE_RCA = 0x100
 
const int SET_CERTTYPE_ACQ = 0x200
 
const int SET_CERTTYPE_LAST = 0x400
 
const int CONTENT_NONE = 0
 
const int CONTENT_DATA = 1
 
const int CONTENT_SIGNEDDATA = 2
 
const int CONTENT_ENVELOPEDDATA = 3
 
const int CONTENT_SIGNEDANDENVELOPEDDATA = 4
 
const int CONTENT_DIGESTEDDATA = 5
 
const int CONTENT_ENCRYPTEDDATA = 6
 
const int CONTENT_COMPRESSEDDATA = 7
 
const int CONTENT_AUTHDATA = 8
 
const int CONTENT_AUTHENVDATA = 9
 
const int CONTENT_TSTINFO = 10
 
const int CONTENT_SPCINDIRECTDATACONTEXT = 11
 
const int CONTENT_RTCSREQUEST = 12
 
const int CONTENT_RTCSRESPONSE = 13
 
const int CONTENT_RTCSRESPONSE_EXT = 14
 
const int CONTENT_MRTD = 15
 
const int CONTENT_LAST = 16
 
const int CLASSIFICATION_UNMARKED = 0
 
const int CLASSIFICATION_UNCLASSIFIED = 1
 
const int CLASSIFICATION_RESTRICTED = 2
 
const int CLASSIFICATION_CONFIDENTIAL = 3
 
const int CLASSIFICATION_SECRET = 4
 
const int CLASSIFICATION_TOP_SECRET = 5
 
const int CLASSIFICATION_LAST = 255
 
const int CERTSTATUS_VALID = 0
 
const int CERTSTATUS_NOTVALID = 1
 
const int CERTSTATUS_NONAUTHORITATIVE = 2
 
const int CERTSTATUS_UNKNOWN = 3
 
const int OCSPSTATUS_NOTREVOKED = 0
 
const int OCSPSTATUS_REVOKED = 1
 
const int OCSPSTATUS_UNKNOWN = 2
 
const int SIGNATURELEVEL_NONE = 0
 
const int SIGNATURELEVEL_SIGNERCERT = 1
 
const int SIGNATURELEVEL_ALL = 2
 
const int SIGNATURELEVEL_LAST = 3
 
const int INTEGRITY_NONE = 0
 
const int INTEGRITY_MACONLY = 1
 
const int INTEGRITY_FULL = 2
 
const int CERTFORMAT_NONE = 0
 
const int CERTFORMAT_CERTIFICATE = 1
 
const int CERTFORMAT_CERTCHAIN = 2
 
const int CERTFORMAT_TEXT_CERTIFICATE = 3
 
const int CERTFORMAT_TEXT_CERTCHAIN = 4
 
const int CERTFORMAT_XML_CERTIFICATE = 5
 
const int CERTFORMAT_XML_CERTCHAIN = 6
 
const int CERTFORMAT_LAST = 7
 
const int REQUESTTYPE_NONE = 0
 
const int REQUESTTYPE_INITIALISATION = 1
 
const int REQUESTTYPE_INITIALIZATION = 1
 
const int REQUESTTYPE_CERTIFICATE = 2
 
const int REQUESTTYPE_KEYUPDATE = 3
 
const int REQUESTTYPE_REVOCATION = 4
 
const int REQUESTTYPE_PKIBOOT = 5
 
const int REQUESTTYPE_LAST = 6
 
const int KEYID_NONE = 0
 
const int KEYID_NAME = 1
 
const int KEYID_URI = 2
 
const int KEYID_EMAIL = 2
 
const int KEYID_LAST = 3
 
const int OBJECT_NONE = 0
 
const int OBJECT_ENCRYPTED_KEY = 1
 
const int OBJECT_PKCENCRYPTED_KEY = 2
 
const int OBJECT_KEYAGREEMENT = 3
 
const int OBJECT_SIGNATURE = 4
 
const int OBJECT_LAST = 5
 
const int ERRTYPE_NONE = 0
 
const int ERRTYPE_ATTR_SIZE = 1
 
const int ERRTYPE_ATTR_VALUE = 2
 
const int ERRTYPE_ATTR_ABSENT = 3
 
const int ERRTYPE_ATTR_PRESENT = 4
 
const int ERRTYPE_CONSTRAINT = 5
 
const int ERRTYPE_ISSUERCONSTRAINT = 6
 
const int ERRTYPE_LAST = 7
 
const int CERTACTION_NONE = 0
 
const int CERTACTION_CREATE = 1
 
const int CERTACTION_CONNECT = 2
 
const int CERTACTION_DISCONNECT = 3
 
const int CERTACTION_ERROR = 4
 
const int CERTACTION_ADDUSER = 5
 
const int CERTACTION_DELETEUSER = 6
 
const int CERTACTION_REQUEST_CERT = 7
 
const int CERTACTION_REQUEST_RENEWAL = 8
 
const int CERTACTION_REQUEST_REVOCATION = 9
 
const int CERTACTION_CERT_CREATION = 10
 
const int CERTACTION_CERT_CREATION_COMPLETE = 11
 
const int CERTACTION_CERT_CREATION_DROP = 12
 
const int CERTACTION_CERT_CREATION_REVERSE = 13
 
const int CERTACTION_RESTART_CLEANUP = 14
 
const int CERTACTION_RESTART_REVOKE_CERT = 15
 
const int CERTACTION_ISSUE_CERT = 16
 
const int CERTACTION_ISSUE_CRL = 17
 
const int CERTACTION_REVOKE_CERT = 18
 
const int CERTACTION_EXPIRE_CERT = 19
 
const int CERTACTION_CLEANUP = 20
 
const int CERTACTION_LAST = 21
 
const int SSLOPTION_NONE = 0x00
 
const int SSLOPTION_MINVER_SSLV3 = 0x00
 
const int SSLOPTION_MINVER_TLS10 = 0x01
 
const int SSLOPTION_MINVER_TLS11 = 0x02
 
const int SSLOPTION_MINVER_TLS12 = 0x03
 
const int SSLOPTION_SUITEB_128 = 0x04
 
const int SSLOPTION_SUITEB_256 = 0x08
 
const int MAX_KEYSIZE = 256
 
const int MAX_IVSIZE = 32
 
const int MAX_PKCSIZE = 512
 
const int MAX_PKCSIZE_ECC = 72
 
const int MAX_HASHSIZE = 64
 
const int MAX_TEXTSIZE = 64
 
const int USE_DEFAULT = -100
 
const int UNUSED = -101
 
const int CURSOR_FIRST = -200
 
const int CURSOR_PREVIOUS = -201
 
const int CURSOR_NEXT = -202
 
const int CURSOR_LAST = -203
 
const int RANDOM_FASTPOLL = -300
 
const int RANDOM_SLOWPOLL = -301
 
const int KEYTYPE_PRIVATE = 0
 
const int KEYTYPE_PUBLIC = 1
 
const int KEYOPT_NONE = 0
 
const int KEYOPT_READONLY = 1
 
const int KEYOPT_CREATE = 2
 
const int KEYOPT_LAST = 3
 
const int ECCCURVE_NONE = 0
 
const int ECCCURVE_P192 = 1
 
const int ECCCURVE_P224 = 2
 
const int ECCCURVE_P256 = 3
 
const int ECCCURVE_P384 = 4
 
const int ECCCURVE_P521 = 5
 
const int ECCCURVE_LAST = 6
 
const int OK = 0
 
const int ERROR_PARAM1 = -1
 
const int ERROR_PARAM2 = -2
 
const int ERROR_PARAM3 = -3
 
const int ERROR_PARAM4 = -4
 
const int ERROR_PARAM5 = -5
 
const int ERROR_PARAM6 = -6
 
const int ERROR_PARAM7 = -7
 
const int ERROR_MEMORY = -10
 
const int ERROR_NOTINITED = -11
 
const int ERROR_INITED = -12
 
const int ERROR_NOSECURE = -13
 
const int ERROR_RANDOM = -14
 
const int ERROR_FAILED = -15
 
const int ERROR_INTERNAL = -16
 
const int ERROR_NOTAVAIL = -20
 
const int ERROR_PERMISSION = -21
 
const int ERROR_WRONGKEY = -22
 
const int ERROR_INCOMPLETE = -23
 
const int ERROR_COMPLETE = -24
 
const int ERROR_TIMEOUT = -25
 
const int ERROR_INVALID = -26
 
const int ERROR_SIGNALLED = -27
 
const int ERROR_OVERFLOW = -30
 
const int ERROR_UNDERFLOW = -31
 
const int ERROR_BADDATA = -32
 
const int ERROR_SIGNATURE = -33
 
const int ERROR_OPEN = -40
 
const int ERROR_READ = -41
 
const int ERROR_WRITE = -42
 
const int ERROR_NOTFOUND = -43
 
const int ERROR_DUPLICATE = -44
 
const int ENVELOPE_RESOURCE = -50
 

Detailed Description

Definition at line 8 of file cryptlib.cs.

Member Function Documentation

static void cryptlib.crypt.AddCertExtension ( int  certificate,
String  oid,
int  criticalFlag,
byte[]  extension,
int  extensionOffset,
int  extensionLength 
)
inlinestatic

Definition at line 2097 of file cryptlib.cs.

static void cryptlib.crypt.AddCertExtension ( int  certificate,
String  oid,
int  criticalFlag,
byte[]  extension 
)
inlinestatic

Definition at line 2124 of file cryptlib.cs.

static void cryptlib.crypt.AddCertExtension ( int  certificate,
String  oid,
int  criticalFlag,
String  extension 
)
inlinestatic

Definition at line 2130 of file cryptlib.cs.

static void cryptlib.crypt.AddPrivateKey ( int  keyset,
int  cryptKey,
String  password 
)
inlinestatic

Definition at line 1982 of file cryptlib.cs.

static void cryptlib.crypt.AddPublicKey ( int  keyset,
int  certificate 
)
inlinestatic

Definition at line 1974 of file cryptlib.cs.

static void cryptlib.crypt.AddRandom ( byte[]  randomData,
int  randomDataOffset,
int  randomDataLength 
)
inlinestatic

Definition at line 1504 of file cryptlib.cs.

static void cryptlib.crypt.AddRandom ( byte[]  randomData)
inlinestatic

Definition at line 1523 of file cryptlib.cs.

static void cryptlib.crypt.AddRandom ( String  randomData)
inlinestatic

Definition at line 1526 of file cryptlib.cs.

static void cryptlib.crypt.AddRandom ( int  pollType)
inlinestatic

Definition at line 1529 of file cryptlib.cs.

static void cryptlib.crypt.AsyncCancel ( int  cryptObject)
inlinestatic

Definition at line 1331 of file cryptlib.cs.

static void cryptlib.crypt.AsyncQuery ( int  cryptObject)
inlinestatic

Definition at line 1324 of file cryptlib.cs.

static void cryptlib.crypt.CAAddItem ( int  keyset,
int  certificate 
)
inlinestatic

Definition at line 2243 of file cryptlib.cs.

static int cryptlib.crypt.CACertManagement ( int  action,
int  keyset,
int  caKey,
int  certRequest 
)
inlinestatic

Definition at line 2296 of file cryptlib.cs.

static void cryptlib.crypt.CADeleteItem ( int  keyset,
int  certType,
int  keyIDtype,
String  keyID 
)
inlinestatic

Definition at line 2275 of file cryptlib.cs.

static int cryptlib.crypt.CAGetItem ( int  keyset,
int  certType,
int  keyIDtype,
String  keyID 
)
inlinestatic

Definition at line 2251 of file cryptlib.cs.

static void cryptlib.crypt.CheckCert ( int  certificate,
int  sigCheckKey 
)
inlinestatic

Definition at line 2166 of file cryptlib.cs.

static void cryptlib.crypt.CheckSignature ( byte[]  signature,
int  signatureOffset,
int  signatureLength,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1783 of file cryptlib.cs.

static void cryptlib.crypt.CheckSignature ( byte[]  signature,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1804 of file cryptlib.cs.

static void cryptlib.crypt.CheckSignature ( String  signature,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1809 of file cryptlib.cs.

static int cryptlib.crypt.CheckSignatureEx ( byte[]  signature,
int  signatureOffset,
int  signatureLength,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1815 of file cryptlib.cs.

static int cryptlib.crypt.CheckSignatureEx ( byte[]  signature,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1839 of file cryptlib.cs.

static int cryptlib.crypt.CheckSignatureEx ( String  signature,
int  sigCheckKey,
int  hashContext 
)
inlinestatic

Definition at line 1844 of file cryptlib.cs.

static int cryptlib.crypt.CreateCert ( int  cryptUser,
int  certType 
)
inlinestatic

Definition at line 2030 of file cryptlib.cs.

static int cryptlib.crypt.CreateContext ( int  cryptUser,
int  cryptAlgo 
)
inlinestatic

Definition at line 1275 of file cryptlib.cs.

static int cryptlib.crypt.CreateEnvelope ( int  cryptUser,
int  formatType 
)
inlinestatic

Definition at line 2323 of file cryptlib.cs.

static int cryptlib.crypt.CreateSession ( int  cryptUser,
int  formatType 
)
inlinestatic

Definition at line 2349 of file cryptlib.cs.

static int cryptlib.crypt.CreateSignature ( byte[]  signature,
int  signatureOffset,
int  signatureMaxLength,
int  signContext,
int  hashContext 
)
inlinestatic

Definition at line 1713 of file cryptlib.cs.

static int cryptlib.crypt.CreateSignature ( byte[]  signature,
int  signatureMaxLength,
int  signContext,
int  hashContext 
)
inlinestatic

Definition at line 1739 of file cryptlib.cs.

static int cryptlib.crypt.CreateSignatureEx ( byte[]  signature,
int  signatureOffset,
int  signatureMaxLength,
int  formatType,
int  signContext,
int  hashContext,
int  extraData 
)
inlinestatic

Definition at line 1746 of file cryptlib.cs.

static int cryptlib.crypt.CreateSignatureEx ( byte[]  signature,
int  signatureMaxLength,
int  formatType,
int  signContext,
int  hashContext,
int  extraData 
)
inlinestatic

Definition at line 1774 of file cryptlib.cs.

static void cryptlib.crypt.Decrypt ( int  cryptContext,
byte[]  buffer,
int  bufferOffset,
int  length 
)
inlinestatic

Definition at line 1365 of file cryptlib.cs.

static void cryptlib.crypt.Decrypt ( int  cryptContext,
byte[]  buffer 
)
inlinestatic

Definition at line 1385 of file cryptlib.cs.

static void cryptlib.crypt.DeleteAttribute ( int  cryptHandle,
int  attributeType 
)
inlinestatic

Definition at line 1492 of file cryptlib.cs.

static void cryptlib.crypt.DeleteCertExtension ( int  certificate,
String  oid 
)
inlinestatic

Definition at line 2137 of file cryptlib.cs.

static void cryptlib.crypt.DeleteKey ( int  keyset,
int  keyIDtype,
String  keyID 
)
inlinestatic

Definition at line 2002 of file cryptlib.cs.

static void cryptlib.crypt.DestroyCert ( int  certificate)
inlinestatic

Definition at line 2047 of file cryptlib.cs.

static void cryptlib.crypt.DestroyContext ( int  cryptContext)
inlinestatic

Definition at line 1292 of file cryptlib.cs.

static void cryptlib.crypt.DestroyEnvelope ( int  envelope)
inlinestatic

Definition at line 2340 of file cryptlib.cs.

static void cryptlib.crypt.DestroyObject ( int  cryptObject)
inlinestatic

Definition at line 1301 of file cryptlib.cs.

static void cryptlib.crypt.DestroySession ( int  session)
inlinestatic

Definition at line 2366 of file cryptlib.cs.

static void cryptlib.crypt.DeviceClose ( int  device)
inlinestatic

Definition at line 2482 of file cryptlib.cs.

static int cryptlib.crypt.DeviceCreateContext ( int  device,
int  cryptAlgo 
)
inlinestatic

Definition at line 2512 of file cryptlib.cs.

static int cryptlib.crypt.DeviceOpen ( int  cryptUser,
int  deviceType,
String  name 
)
inlinestatic

Definition at line 2459 of file cryptlib.cs.

static CRYPT_QUERY_INFO cryptlib.crypt.DeviceQueryCapability ( int  device,
int  cryptAlgo 
)
inlinestatic

Definition at line 2491 of file cryptlib.cs.

static void cryptlib.crypt.Encrypt ( int  cryptContext,
byte[]  buffer,
int  bufferOffset,
int  length 
)
inlinestatic

Definition at line 1340 of file cryptlib.cs.

static void cryptlib.crypt.Encrypt ( int  cryptContext,
byte[]  buffer 
)
inlinestatic

Definition at line 1360 of file cryptlib.cs.

static void cryptlib.crypt.End ( )
inlinestatic

Definition at line 1248 of file cryptlib.cs.

static int cryptlib.crypt.ExportCert ( byte[]  certObject,
int  certObjectOffset,
int  certObjectMaxLength,
int  certFormatType,
int  certificate 
)
inlinestatic

Definition at line 2208 of file cryptlib.cs.

static int cryptlib.crypt.ExportCert ( byte[]  certObject,
int  certObjectMaxLength,
int  certFormatType,
int  certificate 
)
inlinestatic

Definition at line 2234 of file cryptlib.cs.

static int cryptlib.crypt.ExportKey ( byte[]  encryptedKey,
int  encryptedKeyOffset,
int  encryptedKeyMaxLength,
int  exportKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1576 of file cryptlib.cs.

static int cryptlib.crypt.ExportKey ( byte[]  encryptedKey,
int  encryptedKeyMaxLength,
int  exportKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1602 of file cryptlib.cs.

static int cryptlib.crypt.ExportKeyEx ( byte[]  encryptedKey,
int  encryptedKeyOffset,
int  encryptedKeyMaxLength,
int  formatType,
int  exportKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1609 of file cryptlib.cs.

static int cryptlib.crypt.ExportKeyEx ( byte[]  encryptedKey,
int  encryptedKeyMaxLength,
int  formatType,
int  exportKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1636 of file cryptlib.cs.

static void cryptlib.crypt.FlushData ( int  envelope)
inlinestatic

Definition at line 2411 of file cryptlib.cs.

static void cryptlib.crypt.GenerateKey ( int  cryptContext)
inlinestatic

Definition at line 1310 of file cryptlib.cs.

static void cryptlib.crypt.GenerateKeyAsync ( int  cryptContext)
inlinestatic

Definition at line 1317 of file cryptlib.cs.

static int cryptlib.crypt.GetAttribute ( int  cryptHandle,
int  attributeType 
)
inlinestatic

Definition at line 1433 of file cryptlib.cs.

static int cryptlib.crypt.GetAttributeString ( int  cryptHandle,
int  attributeType,
byte[]  value,
int  valueOffset 
)
inlinestatic

Definition at line 1450 of file cryptlib.cs.

static int cryptlib.crypt.GetAttributeString ( int  cryptHandle,
int  attributeType,
byte[]  value 
)
inlinestatic

Definition at line 1475 of file cryptlib.cs.

static String cryptlib.crypt.GetAttributeString ( int  cryptHandle,
int  attributeType 
)
inlinestatic

Definition at line 1480 of file cryptlib.cs.

static int cryptlib.crypt.GetCertExtension ( int  certificate,
String  oid,
byte[]  extension,
int  extensionOffset,
int  extensionMaxLength 
)
inlinestatic

Definition at line 2058 of file cryptlib.cs.

static int cryptlib.crypt.GetCertExtension ( int  certificate,
String  oid,
byte[]  extension,
int  extensionMaxLength 
)
inlinestatic

Definition at line 2090 of file cryptlib.cs.

static int cryptlib.crypt.GetKey ( int  keyset,
int  keyIDtype,
String  keyID,
String  password 
)
inlinestatic

Definition at line 1943 of file cryptlib.cs.

static int cryptlib.crypt.GetPrivateKey ( int  keyset,
int  keyIDtype,
String  keyID,
String  password 
)
inlinestatic

Definition at line 1914 of file cryptlib.cs.

static int cryptlib.crypt.GetPublicKey ( int  keyset,
int  keyIDtype,
String  keyID 
)
inlinestatic

Definition at line 1891 of file cryptlib.cs.

static int cryptlib.crypt.ImportCert ( byte[]  certObject,
int  certObjectOffset,
int  certObjectLength,
int  cryptUser 
)
inlinestatic

Definition at line 2176 of file cryptlib.cs.

static int cryptlib.crypt.ImportCert ( byte[]  certObject,
int  cryptUser 
)
inlinestatic

Definition at line 2199 of file cryptlib.cs.

static int cryptlib.crypt.ImportCert ( String  certObject,
int  cryptUser 
)
inlinestatic

Definition at line 2203 of file cryptlib.cs.

static void cryptlib.crypt.ImportKey ( byte[]  encryptedKey,
int  encryptedKeyOffset,
int  encryptedKeyLength,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1644 of file cryptlib.cs.

static void cryptlib.crypt.ImportKey ( byte[]  encryptedKey,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1665 of file cryptlib.cs.

static void cryptlib.crypt.ImportKey ( String  encryptedKey,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1670 of file cryptlib.cs.

static int cryptlib.crypt.ImportKeyEx ( byte[]  encryptedKey,
int  encryptedKeyOffset,
int  encryptedKeyLength,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1676 of file cryptlib.cs.

static int cryptlib.crypt.ImportKeyEx ( byte[]  encryptedKey,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1700 of file cryptlib.cs.

static int cryptlib.crypt.ImportKeyEx ( String  encryptedKey,
int  importKey,
int  sessionKeyContext 
)
inlinestatic

Definition at line 1705 of file cryptlib.cs.

static void cryptlib.crypt.Init ( )
inlinestatic

Definition at line 1243 of file cryptlib.cs.

static void cryptlib.crypt.KeysetClose ( int  keyset)
inlinestatic

Definition at line 1882 of file cryptlib.cs.

static int cryptlib.crypt.KeysetOpen ( int  cryptUser,
int  keysetType,
String  name,
int  options 
)
inlinestatic

Definition at line 1858 of file cryptlib.cs.

static int cryptlib.crypt.Login ( String  name,
String  password 
)
inlinestatic

Definition at line 2537 of file cryptlib.cs.

static void cryptlib.crypt.Logout ( int  user)
inlinestatic

Definition at line 2564 of file cryptlib.cs.

static int cryptlib.crypt.PopData ( int  envelope,
byte[]  buffer,
int  bufferOffset,
int  length 
)
inlinestatic

Definition at line 2418 of file cryptlib.cs.

static int cryptlib.crypt.PopData ( int  envelope,
byte[]  buffer,
int  length 
)
inlinestatic

Definition at line 2445 of file cryptlib.cs.

static int cryptlib.crypt.PushData ( int  envelope,
byte[]  buffer,
int  bufferOffset,
int  length 
)
inlinestatic

Definition at line 2375 of file cryptlib.cs.

static int cryptlib.crypt.PushData ( int  envelope,
byte[]  buffer 
)
inlinestatic

Definition at line 2402 of file cryptlib.cs.

static int cryptlib.crypt.PushData ( int  envelope,
String  buffer 
)
inlinestatic

Definition at line 2406 of file cryptlib.cs.

static CRYPT_QUERY_INFO cryptlib.crypt.QueryCapability ( int  cryptAlgo)
inlinestatic

Definition at line 1255 of file cryptlib.cs.

static CRYPT_OBJECT_INFO cryptlib.crypt.QueryObject ( byte[]  objectData,
int  objectDataOffset,
int  objectDataLength 
)
inlinestatic

Definition at line 1537 of file cryptlib.cs.

static CRYPT_OBJECT_INFO cryptlib.crypt.QueryObject ( byte[]  objectData)
inlinestatic

Definition at line 1561 of file cryptlib.cs.

static CRYPT_OBJECT_INFO cryptlib.crypt.QueryObject ( String  objectData)
inlinestatic

Definition at line 1564 of file cryptlib.cs.

static void cryptlib.crypt.SetAttribute ( int  cryptHandle,
int  attributeType,
int  value 
)
inlinestatic

Definition at line 1392 of file cryptlib.cs.

static void cryptlib.crypt.SetAttributeString ( int  cryptHandle,
int  attributeType,
byte[]  value,
int  valueOffset,
int  valueLength 
)
inlinestatic

Definition at line 1401 of file cryptlib.cs.

static void cryptlib.crypt.SetAttributeString ( int  cryptHandle,
int  attributeType,
byte[]  value 
)
inlinestatic

Definition at line 1422 of file cryptlib.cs.

static void cryptlib.crypt.SetAttributeString ( int  cryptHandle,
int  attributeType,
String  value 
)
inlinestatic

Definition at line 1427 of file cryptlib.cs.

static void cryptlib.crypt.SignCert ( int  certificate,
int  signContext 
)
inlinestatic

Definition at line 2158 of file cryptlib.cs.

Member Data Documentation

const int cryptlib.crypt.ALGO_3DES = 2

Definition at line 27 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_AES = 8

Definition at line 33 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_BLOWFISH = 9

Definition at line 34 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_CAST = 4

Definition at line 29 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_DES = 1

Definition at line 26 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_DH = 100

Definition at line 36 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_DSA = 102

Definition at line 38 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_ECDH = 106

Definition at line 42 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_ECDSA = 105

Definition at line 41 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_ELGAMAL = 103

Definition at line 39 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_FIRST_CONVENTIONAL = 1

Definition at line 59 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_FIRST_HASH = 200

Definition at line 63 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_FIRST_MAC = 300

Definition at line 65 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_FIRST_PKC = 100

Definition at line 61 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_MD5 = 300

Definition at line 52 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_RIPEMD160 = 302

Definition at line 55 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_SHA = 301

Definition at line 54 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_SHA1 = 301

Definition at line 53 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_SHA2 = 303

Definition at line 56 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_HMAC_SHAng = 304

Definition at line 57 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_IDEA = 3

Definition at line 28 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_KEA = 104

Definition at line 40 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_LAST = 305

Definition at line 58 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_LAST_CONVENTIONAL = 99

Definition at line 60 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_LAST_HASH = 299

Definition at line 64 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_LAST_MAC = 399

Definition at line 66 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_LAST_PKC = 199

Definition at line 62 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_MD2 = 200

Definition at line 43 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_MD4 = 201

Definition at line 44 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_MD5 = 202

Definition at line 45 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_NONE = 0

Definition at line 25 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_RC2 = 5

Definition at line 30 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_RC4 = 6

Definition at line 31 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_RC5 = 7

Definition at line 32 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_RIPEMD160 = 204

Definition at line 48 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_RSA = 101

Definition at line 37 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SHA = 203

Definition at line 47 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SHA1 = 203

Definition at line 46 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SHA2 = 205

Definition at line 49 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SHA256 = 205

Definition at line 50 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SHAng = 206

Definition at line 51 of file cryptlib.cs.

const int cryptlib.crypt.ALGO_SKIPJACK = 10

Definition at line 35 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_BUFFERSIZE = 16

Definition at line 198 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_CURRENT = 14

Definition at line 196 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_CURRENT_GROUP = 13

Definition at line 195 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_CURRENT_INSTANCE = 15

Definition at line 197 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_ERRORLOCUS = 11

Definition at line 193 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_ERRORMESSAGE = 12

Definition at line 194 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_ERRORTYPE = 10

Definition at line 192 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_LAST = 7006

Definition at line 679 of file cryptlib.cs.

const int cryptlib.crypt.ATTRIBUTE_NONE = 0

Definition at line 182 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_ADDUSER = 5

Definition at line 901 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CERT_CREATION = 10

Definition at line 906 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CERT_CREATION_COMPLETE = 11

Definition at line 907 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CERT_CREATION_DROP = 12

Definition at line 908 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CERT_CREATION_REVERSE = 13

Definition at line 909 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CLEANUP = 20

Definition at line 916 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CONNECT = 2

Definition at line 898 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_CREATE = 1

Definition at line 897 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_DELETEUSER = 6

Definition at line 902 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_DISCONNECT = 3

Definition at line 899 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_ERROR = 4

Definition at line 900 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_EXPIRE_CERT = 19

Definition at line 915 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_ISSUE_CERT = 16

Definition at line 912 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_ISSUE_CRL = 17

Definition at line 913 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_LAST = 21

Definition at line 917 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_NONE = 0

Definition at line 896 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_REQUEST_CERT = 7

Definition at line 903 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_REQUEST_RENEWAL = 8

Definition at line 904 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_REQUEST_REVOCATION = 9

Definition at line 905 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_RESTART_CLEANUP = 14

Definition at line 910 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_RESTART_REVOKE_CERT = 15

Definition at line 911 of file cryptlib.cs.

const int cryptlib.crypt.CERTACTION_REVOKE_CERT = 18

Definition at line 914 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_CERTCHAIN = 2

Definition at line 843 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_CERTIFICATE = 1

Definition at line 842 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_LAST = 7

Definition at line 848 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_NONE = 0

Definition at line 841 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_TEXT_CERTCHAIN = 4

Definition at line 845 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_TEXT_CERTIFICATE = 3

Definition at line 844 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_XML_CERTCHAIN = 6

Definition at line 847 of file cryptlib.cs.

const int cryptlib.crypt.CERTFORMAT_XML_CERTIFICATE = 5

Definition at line 846 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_AACERTS = 2360

Definition at line 482 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_FULLNAME = 2356

Definition at line 478 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_INDIRECTCRL = 2358

Definition at line 480 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_SOACERTS = 2361

Definition at line 483 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_SOMEREASONSONLY = 2357

Definition at line 479 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDIST_USERATTRCERTS = 2359

Definition at line 481 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AAISSUINGDISTRIBUTIONPOINT = 2355

Definition at line 477 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITY = 2275

Definition at line 397 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITY_CERTISSUER = 2307

Definition at line 429 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITY_CERTSERIALNUMBER = 2308

Definition at line 430 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITY_KEYIDENTIFIER = 2306

Definition at line 428 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFO_CAISSUERS = 2206

Definition at line 327 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFO_CERTSTORE = 2207

Definition at line 328 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFO_CRLS = 2208

Definition at line 329 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFO_OCSP = 2205

Definition at line 326 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFO_RTCS = 2204

Definition at line 325 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYINFOACCESS = 2203

Definition at line 324 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTHORITYKEYIDENTIFIER = 2305

Definition at line 427 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTONOMOUSSYSIDS = 2223

Definition at line 344 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTONOMOUSSYSIDS_ASNUM_ID = 2225

Definition at line 346 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTONOMOUSSYSIDS_ASNUM_INHERIT = 2224

Definition at line 345 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MAX = 2227

Definition at line 348 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MIN = 2226

Definition at line 347 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BASEUPDATETIME = 2338

Definition at line 460 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BASICCONSTRAINTS = 2274

Definition at line 395 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BIOMETRICINFO = 2209

Definition at line 330 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BIOMETRICINFO_HASH = 2212

Definition at line 333 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BIOMETRICINFO_HASHALGO = 2211

Definition at line 332 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BIOMETRICINFO_TYPE = 2210

Definition at line 331 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_BIOMETRICINFO_URL = 2213

Definition at line 334 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CA = 2275

Definition at line 396 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CACERTIFICATE = 2017

Definition at line 285 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTIFICATE = 2016

Definition at line 283 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTIFICATEISSUER = 2288

Definition at line 410 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTIFICATEPOLICIES = 2296

Definition at line 418 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTPOLICY_CPSURI = 2298

Definition at line 420 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTPOLICY_EXPLICITTEXT = 2301

Definition at line 423 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTPOLICY_NOTICENUMBERS = 2300

Definition at line 422 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTPOLICY_ORGANIZATION = 2299

Definition at line 421 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTPOLICYID = 2297

Definition at line 419 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTREQUEST = 2024

Definition at line 292 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTSTATUS = 2029

Definition at line 297 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CERTTYPE = 2004

Definition at line 269 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CHALLENGEPASSWORD = 2200

Definition at line 321 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_CONTENTHINT_DESCRIPTION = 2549

Definition at line 562 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_CONTENTHINT_TYPE = 2550

Definition at line 563 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_CONTENTHINTS = 2548

Definition at line 561 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_CONTENTTYPE = 2500

Definition at line 513 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_COUNTERSIGNATURE = 2503

Definition at line 516 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQUIVALENTLABEL = 2551

Definition at line 564 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQVLABEL_CATTYPE = 2555

Definition at line 568 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQVLABEL_CATVALUE = 2556

Definition at line 569 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQVLABEL_CLASSIFICATION = 2553

Definition at line 566 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQVLABEL_POLICY = 2552

Definition at line 565 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_EQVLABEL_PRIVACYMARK = 2554

Definition at line 567 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MESSAGEDIGEST = 2501

Definition at line 514 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER = 2543

Definition at line 556 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXP_INADDITIONTO = 2547

Definition at line 560 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXP_INSTEADOF = 2546

Definition at line 559 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXP_NONE = 2545

Definition at line 558 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXP_TIME = 2544

Definition at line 557 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_MLEXPANSIONHISTORY = 2542

Definition at line 555 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_NONCE = 2575

Definition at line 588 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER = 2533

Definition at line 546 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_RECEIPT_FROM = 2534

Definition at line 547 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_RECEIPT_TO = 2535

Definition at line 548 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_RECEIPTREQUEST = 2532

Definition at line 545 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECLABEL_CATTYPE = 2540

Definition at line 553 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECLABEL_CATVALUE = 2541

Definition at line 554 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECLABEL_CLASSIFICATION = 2538

Definition at line 551 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECLABEL_POLICY = 2537

Definition at line 550 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECLABEL_PRIVACYMARK = 2539

Definition at line 552 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SECURITYLABEL = 2536

Definition at line 549 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNATUREPOLICYID = 2563

Definition at line 576 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERT_ESSCERTID = 2558

Definition at line 571 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERT_POLICIES = 2559

Definition at line 572 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERTIFICATE = 2557

Definition at line 570 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERTIFICATEV2 = 2560

Definition at line 573 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERTV2_ESSCERTIDV2 = 2561

Definition at line 574 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGCERTV2_POLICIES = 2562

Definition at line 575 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGDESCRIPTION = 2504

Definition at line 517 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGNINGTIME = 2502

Definition at line 515 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICY_CPSURI = 2566

Definition at line 579 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT = 2569

Definition at line 582 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS = 2568

Definition at line 581 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICY_ORGANIZATION = 2567

Definition at line 580 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICYHASH = 2565

Definition at line 578 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGPOLICYID = 2564

Definition at line 577 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES = 2573

Definition at line 586 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGTYPEID_DOMAINSIG = 2572

Definition at line 585 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG = 2571

Definition at line 584 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGTYPEID_REVIEWSIG = 2574

Definition at line 587 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SIGTYPEIDENTIFIER = 2570

Definition at line 583 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_3DES = 2506

Definition at line 519 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_AES = 2507

Definition at line 520 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_AUTHENC128 = 2521

Definition at line 534 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_AUTHENC256 = 2520

Definition at line 533 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY = 2530

Definition at line 543 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_CAST128 = 2508

Definition at line 521 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_DES = 2513

Definition at line 526 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_DSA_SHA1 = 2525

Definition at line 538 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_ECDSA_SHA1 = 2528

Definition at line 541 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_ECDSA_SHA2 = 2527

Definition at line 540 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_ECDSA_SHAng = 2526

Definition at line 539 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_HMAC_SHA1 = 2519

Definition at line 532 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_HMAC_SHA2 = 2518

Definition at line 531 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_HMAC_SHAng = 2517

Definition at line 530 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_IDEA = 2509

Definition at line 522 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_PREFERBINARYINSIDE = 2531

Definition at line 544 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA = 2529

Definition at line 542 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_RC2 = 2510

Definition at line 523 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_RC5 = 2511

Definition at line 524 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_RSA_SHA1 = 2524

Definition at line 537 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_RSA_SHA2 = 2523

Definition at line 536 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_RSA_SHAng = 2522

Definition at line 535 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_SHA1 = 2516

Definition at line 529 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_SHA2 = 2515

Definition at line 528 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_SHAng = 2514

Definition at line 527 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAP_SKIPJACK = 2512

Definition at line 525 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SMIMECAPABILITIES = 2505

Definition at line 518 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCAGENCYINFO = 2582

Definition at line 595 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCAGENCYURL = 2583

Definition at line 596 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCOPUSINFO = 2587

Definition at line 600 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCOPUSINFO_NAME = 2588

Definition at line 601 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCOPUSINFO_URL = 2589

Definition at line 602 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCSTATEMENTTYPE = 2584

Definition at line 597 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING = 2586

Definition at line 599 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING = 2585

Definition at line 598 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_COMMONNAME = 2105

Definition at line 309 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_COUNTRYNAME = 2100

Definition at line 302 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLDIST_CRLISSUER = 2295

Definition at line 417 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLDIST_FULLNAME = 2293

Definition at line 415 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLDIST_REASONS = 2294

Definition at line 416 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLDISTRIBUTIONPOINT = 2292

Definition at line 414 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLEXTREASON = 2201

Definition at line 322 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLNUMBER = 2277

Definition at line 399 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLREASON = 2278

Definition at line 400 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CRLSTREAMIDENTIFIER = 2332

Definition at line 454 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_CURRENT_CERTIFICATE = 2009

Definition at line 276 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DELTACRLINDICATOR = 2281

Definition at line 403 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DELTAINFO = 2339

Definition at line 461 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DELTAINFO_LOCATION = 2340

Definition at line 462 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DELTAINFO_NEXTDELTA = 2341

Definition at line 463 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DIRECTORYNAME = 2110

Definition at line 315 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DN = 2030

Definition at line 298 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_DNSNAME = 2109

Definition at line 314 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EDIPARTYNAME_NAMEASSIGNER = 2111

Definition at line 316 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EDIPARTYNAME_PARTYNAME = 2112

Definition at line 317 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EMAIL = 2108

Definition at line 313 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXCLUDEDSUBTREES = 2291

Definition at line 413 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXPIREDCERTSONCRL = 2354

Definition at line 476 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_ANYKEYUSAGE = 2329

Definition at line 451 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_CLIENTAUTH = 2320

Definition at line 442 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_CODESIGNING = 2321

Definition at line 443 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_DIRECTORYSERVICE = 2328

Definition at line 450 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_EMAILPROTECTION = 2322

Definition at line 444 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_IPSECENDSYSTEM = 2323

Definition at line 445 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_IPSECTUNNEL = 2324

Definition at line 446 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_IPSECUSER = 2325

Definition at line 447 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING = 2315

Definition at line 437 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING = 2314

Definition at line 436 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM = 2318

Definition at line 440 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING = 2313

Definition at line 435 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO = 2317

Definition at line 439 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING = 2316

Definition at line 438 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO = 2330

Definition at line 452 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_OCSPSIGNING = 2327

Definition at line 449 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_SERVERAUTH = 2319

Definition at line 441 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_TIMESTAMPING = 2326

Definition at line 448 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA = 2331

Definition at line 453 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_EXTKEYUSAGE = 2312

Definition at line 434 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT = 2005

Definition at line 270 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT_MD5 = 2005

Definition at line 271 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT_SHA = 2006

Definition at line 273 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT_SHA1 = 2006

Definition at line 272 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT_SHA2 = 2007

Definition at line 274 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FINGERPRINT_SHAng = 2008

Definition at line 275 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FIRST = 2000

Definition at line 265 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FRESHESTCRL = 2333

Definition at line 455 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FRESHESTCRL_CRLISSUER = 2336

Definition at line 458 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FRESHESTCRL_FULLNAME = 2334

Definition at line 456 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_FRESHESTCRL_REASONS = 2335

Definition at line 457 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_HOLDINSTRUCTIONCODE = 2279

Definition at line 401 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IMMUTABLE = 2002

Definition at line 267 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_INHIBITANYPOLICY = 2342

Definition at line 464 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_INHIBITPOLICYMAPPING = 2311

Definition at line 433 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_INVALIDITYDATE = 2280

Definition at line 402 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESS = 2114

Definition at line 319 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS = 2217

Definition at line 338 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS_ADDRESSFAMILY = 2218

Definition at line 339 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS_INHERIT = 2219

Definition at line 340 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS_MAX = 2222

Definition at line 343 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS_MIN = 2221

Definition at line 342 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_IPADDRESSBLOCKS_PREFIX = 2220

Definition at line 341 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUERALTNAME = 2273

Definition at line 394 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUERDOMAINPOLICY = 2303

Definition at line 425 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUERNAME = 2018

Definition at line 286 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUERUNIQUEID = 2022

Definition at line 290 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDIST_CACERTSONLY = 2285

Definition at line 407 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDIST_FULLNAME = 2283

Definition at line 405 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDIST_INDIRECTCRL = 2287

Definition at line 409 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDIST_SOMEREASONSONLY = 2286

Definition at line 408 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDIST_USERCERTSONLY = 2284

Definition at line 406 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ISSUINGDISTRIBUTIONPOINT = 2282

Definition at line 404 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_KEYFEATURES = 2202

Definition at line 323 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_KEYUSAGE = 2268

Definition at line 389 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_LAST = 2590

Definition at line 603 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_LOCALITYNAME = 2102

Definition at line 304 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NAMECONSTRAINTS = 2289

Definition at line 411 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NEXTUPDATE = 2026

Definition at line 294 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_BASEURL = 2363

Definition at line 485 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_CAPOLICYURL = 2367

Definition at line 489 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_CAREVOCATIONURL = 2365

Definition at line 487 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_CERTRENEWALURL = 2366

Definition at line 488 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_CERTTYPE = 2362

Definition at line 484 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_COMMENT = 2369

Definition at line 491 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_REVOCATIONURL = 2364

Definition at line 486 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_NS_SSLSERVERNAME = 2368

Definition at line 490 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OCSP_ARCHIVECUTOFF = 2232

Definition at line 353 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OCSP_NOCHECK = 2231

Definition at line 352 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OCSP_NONCE = 2228

Definition at line 349 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OCSP_RESPONSE = 2229

Definition at line 350 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OCSP_RESPONSE_OCSP = 2230

Definition at line 351 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ORDEREDLIST = 2337

Definition at line 459 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ORGANISATIONALUNITNAME = 2104

Definition at line 308 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ORGANISATIONNAME = 2103

Definition at line 306 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ORGANIZATIONALUNITNAME = 2104

Definition at line 307 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_ORGANIZATIONNAME = 2103

Definition at line 305 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OTHERNAME_TYPEID = 2106

Definition at line 310 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_OTHERNAME_VALUE = 2107

Definition at line 311 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PATHLENCONSTRAINT = 2276

Definition at line 398 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PERMITTEDSUBTREES = 2290

Definition at line 412 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PKIUSER_ID = 2031

Definition at line 299 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PKIUSER_ISSUEPASSWORD = 2032

Definition at line 300 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PKIUSER_REVPASSWORD = 2033

Definition at line 301 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_POLICYCONSTRAINTS = 2309

Definition at line 431 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_POLICYMAPPINGS = 2302

Definition at line 424 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PRIVATEKEY_NOTAFTER = 2271

Definition at line 392 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PRIVATEKEY_NOTBEFORE = 2270

Definition at line 391 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_PRIVATEKEYUSAGEPERIOD = 2269

Definition at line 390 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_QCSTATEMENT = 2214

Definition at line 335 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_QCSTATEMENT_REGISTRATIONAUTHORITY = 2216

Definition at line 337 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_QCSTATEMENT_SEMANTICS = 2215

Definition at line 336 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REGISTEREDID = 2115

Definition at line 320 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REQUIREEXPLICITPOLICY = 2310

Definition at line 432 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOCATIONDATE = 2027

Definition at line 295 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOCATIONSTATUS = 2028

Definition at line 296 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS = 2348

Definition at line 470 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS_CERTISSUER = 2349

Definition at line 471 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS_ENDINGNUMBER = 2353

Definition at line 475 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS_INVALIDITYDATE = 2351

Definition at line 473 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS_REASONCODE = 2350

Definition at line 472 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_REVOKEDGROUPS_STARTINGNUMBER = 2352

Definition at line 474 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_RFC822NAME = 2108

Definition at line 312 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_FAILINFO = 2578

Definition at line 591 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_MESSAGETYPE = 2576

Definition at line 589 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_PKISTATUS = 2577

Definition at line 590 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_RECIPIENTNONCE = 2580

Definition at line 593 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_SENDERNONCE = 2579

Definition at line 592 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SCEP_TRANSACTIONID = 2581

Definition at line 594 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SELFSIGNED = 2001

Definition at line 266 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SERIALNUMBER = 2014

Definition at line 281 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_CERTCARDREQUIRED = 2384

Definition at line 506 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_CERTIFICATETYPE = 2372

Definition at line 494 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_HASHEDROOTKEY = 2370

Definition at line 492 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERACQUIRERBIN = 2375

Definition at line 497 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERAUTHFLAG = 2383

Definition at line 505 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTCITY = 2378

Definition at line 500 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTCOUNTRYNAME = 2381

Definition at line 503 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTDATA = 2373

Definition at line 495 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTLANGUAGE = 2376

Definition at line 498 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTNAME = 2377

Definition at line 499 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTPOSTALCODE = 2380

Definition at line 502 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCHANTSTATEPROVINCE = 2379

Definition at line 501 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERCOUNTRY = 2382

Definition at line 504 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_MERID = 2374

Definition at line 496 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_ROOTKEYTHUMBPRINT = 2371

Definition at line 493 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELING = 2385

Definition at line 507 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELINGALGID = 2387

Definition at line 511 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELINGFLAG = 2386

Definition at line 509 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELLING = 2385

Definition at line 508 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELLINGALGID = 2387

Definition at line 512 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SET_TUNNELLINGFLAG = 2386

Definition at line 510 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADDITIONALINFORMATION = 2260

Definition at line 381 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS = 2244

Definition at line 365 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_AUTHORITY = 2245

Definition at line 366 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHID = 2246

Definition at line 367 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHTEXT = 2248

Definition at line 369 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHURL = 2247

Definition at line 368 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_PROFESSIONITEM = 2249

Definition at line 370 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_PROFESSIONOID = 2250

Definition at line 371 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_ADMISSIONS_REGISTRATIONNUMBER = 2251

Definition at line 372 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_CERTHASH = 2259

Definition at line 380 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_DATEOFCERTGEN = 2239

Definition at line 360 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_DECLARATIONOFMAJORITY = 2256

Definition at line 377 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_DECLARATIONOFMAJORITY_COUNTRY = 2257

Definition at line 378 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_MONETARY_AMOUNT = 2254

Definition at line 375 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_MONETARY_CURRENCY = 2253

Definition at line 374 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_MONETARY_EXPONENT = 2255

Definition at line 376 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_MONETARYLIMIT = 2252

Definition at line 373 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_PROCURATION = 2240

Definition at line 361 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_PROCURE_COUNTRY = 2241

Definition at line 362 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_PROCURE_SIGNINGFOR = 2243

Definition at line 364 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_PROCURE_TYPEOFSUBSTITUTION = 2242

Definition at line 363 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGG_RESTRICTION = 2258

Definition at line 379 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SIGNATURELEVEL = 2012

Definition at line 279 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_STATEORPROVINCENAME = 2101

Definition at line 303 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_STRONGEXTRANET = 2261

Definition at line 382 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_STRONGEXTRANET_ID = 2263

Definition at line 384 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_STRONGEXTRANET_ZONE = 2262

Definition at line 383 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTALTNAME = 2272

Definition at line 393 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTDIR_TYPE = 2265

Definition at line 386 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTDIR_VALUES = 2266

Definition at line 387 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTDIRECTORYATTRIBUTES = 2264

Definition at line 385 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTDOMAINPOLICY = 2304

Definition at line 426 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFO_CAREPOSITORY = 2235

Definition at line 356 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFO_RPKIMANIFEST = 2237

Definition at line 358 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFO_SIGNEDOBJECT = 2238

Definition at line 359 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFO_SIGNEDOBJECTREPOSITORY = 2236

Definition at line 357 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFO_TIMESTAMPING = 2234

Definition at line 355 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTINFOACCESS = 2233

Definition at line 354 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTKEYIDENTIFIER = 2267

Definition at line 388 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTNAME = 2021

Definition at line 289 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTPUBLICKEYINFO = 2015

Definition at line 282 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_SUBJECTUNIQUEID = 2023

Definition at line 291 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_THISUPDATE = 2025

Definition at line 293 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TOBEREVOKED = 2343

Definition at line 465 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TOBEREVOKED_CERTISSUER = 2344

Definition at line 466 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TOBEREVOKED_CERTSERIALNUMBER = 2347

Definition at line 469 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TOBEREVOKED_REASONCODE = 2345

Definition at line 467 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TOBEREVOKED_REVOCATIONTIME = 2346

Definition at line 468 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TRUSTED_IMPLICIT = 2011

Definition at line 278 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_TRUSTED_USAGE = 2010

Definition at line 277 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_UNIFORMRESOURCEIDENTIFIER = 2113

Definition at line 318 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_USERCERTIFICATE = 2016

Definition at line 284 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_VALIDFROM = 2019

Definition at line 287 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_VALIDTO = 2020

Definition at line 288 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_VERSION = 2013

Definition at line 280 of file cryptlib.cs.

const int cryptlib.crypt.CERTINFO_XYZZY = 2003

Definition at line 268 of file cryptlib.cs.

const int cryptlib.crypt.CERTSTATUS_NONAUTHORITATIVE = 2

Definition at line 809 of file cryptlib.cs.

const int cryptlib.crypt.CERTSTATUS_NOTVALID = 1

Definition at line 808 of file cryptlib.cs.

const int cryptlib.crypt.CERTSTATUS_UNKNOWN = 3

Definition at line 810 of file cryptlib.cs.

const int cryptlib.crypt.CERTSTATUS_VALID = 0

Definition at line 807 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_ATTRIBUTE_CERT = 2

Definition at line 106 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_CERTCHAIN = 3

Definition at line 107 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_CERTIFICATE = 1

Definition at line 105 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_CERTREQUEST = 4

Definition at line 108 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_CMS_ATTRIBUTES = 8

Definition at line 112 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_CRL = 7

Definition at line 111 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_LAST = 14

Definition at line 118 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_NONE = 0

Definition at line 104 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_OCSP_REQUEST = 11

Definition at line 115 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_OCSP_RESPONSE = 12

Definition at line 116 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_PKIUSER = 13

Definition at line 117 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_REQUEST_CERT = 5

Definition at line 109 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_REQUEST_REVOCATION = 6

Definition at line 110 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_RTCS_REQUEST = 9

Definition at line 113 of file cryptlib.cs.

const int cryptlib.crypt.CERTTYPE_RTCS_RESPONSE = 10

Definition at line 114 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_CONFIDENTIAL = 3

Definition at line 800 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_LAST = 255

Definition at line 803 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_RESTRICTED = 2

Definition at line 799 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_SECRET = 4

Definition at line 801 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_TOP_SECRET = 5

Definition at line 802 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_UNCLASSIFIED = 1

Definition at line 798 of file cryptlib.cs.

const int cryptlib.crypt.CLASSIFICATION_UNMARKED = 0

Definition at line 797 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_LAST = 5

Definition at line 746 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_OBLIVIOUS = 0

Definition at line 741 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_PKIX_FULL = 4

Definition at line 745 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_PKIX_PARTIAL = 3

Definition at line 744 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_REDUCED = 1

Definition at line 742 of file cryptlib.cs.

const int cryptlib.crypt.COMPLIANCELEVEL_STANDARD = 2

Definition at line 743 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_AUTHDATA = 8

Definition at line 785 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_AUTHENVDATA = 9

Definition at line 786 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_COMPRESSEDDATA = 7

Definition at line 784 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_DATA = 1

Definition at line 778 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_DIGESTEDDATA = 5

Definition at line 782 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_ENCRYPTEDDATA = 6

Definition at line 783 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_ENVELOPEDDATA = 3

Definition at line 780 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_LAST = 16

Definition at line 793 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_MRTD = 15

Definition at line 792 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_NONE = 0

Definition at line 777 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_RTCSREQUEST = 12

Definition at line 789 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_RTCSRESPONSE = 13

Definition at line 790 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_RTCSRESPONSE_EXT = 14

Definition at line 791 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_SIGNEDANDENVELOPEDDATA = 4

Definition at line 781 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_SIGNEDDATA = 2

Definition at line 779 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_SPCINDIRECTDATACONTEXT = 11

Definition at line 788 of file cryptlib.cs.

const int cryptlib.crypt.CONTENT_TSTINFO = 10

Definition at line 787 of file cryptlib.cs.

const int cryptlib.crypt.CRLEXTREASON_LAST = 21

Definition at line 715 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_AACOMPROMISE = 10

Definition at line 712 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_AFFILIATIONCHANGED = 3

Definition at line 706 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_CACOMPROMISE = 2

Definition at line 705 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_CERTIFICATEHOLD = 6

Definition at line 709 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_CESSATIONOFOPERATION = 5

Definition at line 708 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_KEYCOMPROMISE = 1

Definition at line 704 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_LAST = 11

Definition at line 713 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_NEVERVALID = 20

Definition at line 714 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_PRIVILEGEWITHDRAWN = 9

Definition at line 711 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_REMOVEFROMCRL = 8

Definition at line 710 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_SUPERSEDED = 4

Definition at line 707 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASON_UNSPECIFIED = 0

Definition at line 703 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_AFFILIATIONCHANGED = 0x008

Definition at line 725 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_CACOMPROMISE = 0x004

Definition at line 724 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_CERTIFICATEHOLD = 0x040

Definition at line 728 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_CESSATIONOFOPERATION = 0x020

Definition at line 727 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_KEYCOMPROMISE = 0x002

Definition at line 723 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_LAST = 0x080

Definition at line 729 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_SUPERSEDED = 0x010

Definition at line 726 of file cryptlib.cs.

const int cryptlib.crypt.CRLREASONFLAG_UNUSED = 0x001

Definition at line 722 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_ALGO = 1001

Definition at line 247 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_BLOCKSIZE = 1006

Definition at line 252 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_FIRST = 1000

Definition at line 246 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_HASHVALUE = 1015

Definition at line 261 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_IV = 1014

Definition at line 260 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_IVSIZE = 1007

Definition at line 253 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEY = 1012

Definition at line 258 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEY_COMPONENTS = 1013

Definition at line 259 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEYING_ALGO = 1008

Definition at line 254 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEYING_ITERATIONS = 1009

Definition at line 255 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEYING_SALT = 1010

Definition at line 256 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEYING_VALUE = 1011

Definition at line 257 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_KEYSIZE = 1005

Definition at line 251 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_LABEL = 1016

Definition at line 262 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_LAST = 1018

Definition at line 264 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_MODE = 1002

Definition at line 248 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_NAME_ALGO = 1003

Definition at line 249 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_NAME_MODE = 1004

Definition at line 250 of file cryptlib.cs.

const int cryptlib.crypt.CTXINFO_PERSISTENT = 1017

Definition at line 263 of file cryptlib.cs.

const int cryptlib.crypt.CURSOR_FIRST = -200

Definition at line 972 of file cryptlib.cs.

const int cryptlib.crypt.CURSOR_LAST = -203

Definition at line 975 of file cryptlib.cs.

const int cryptlib.crypt.CURSOR_NEXT = -202

Definition at line 974 of file cryptlib.cs.

const int cryptlib.crypt.CURSOR_PREVIOUS = -201

Definition at line 973 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_CRYPTOAPI = 3

Definition at line 97 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_FORTEZZA = 1

Definition at line 95 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_HARDWARE = 4

Definition at line 98 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_LAST = 5

Definition at line 99 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_NONE = 0

Definition at line 94 of file cryptlib.cs.

const int cryptlib.crypt.DEVICE_PKCS11 = 2

Definition at line 96 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_AUTHENT_SUPERVISOR = 4003

Definition at line 612 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_AUTHENT_USER = 4002

Definition at line 611 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_FIRST = 4000

Definition at line 608 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_INITIALISE = 4001

Definition at line 609 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_INITIALIZE = 4001

Definition at line 610 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_LABEL = 4008

Definition at line 618 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_LAST = 4009

Definition at line 619 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_LOGGEDIN = 4007

Definition at line 617 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_SET_AUTHENT_SUPERVISOR = 4005

Definition at line 614 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_SET_AUTHENT_USER = 4004

Definition at line 613 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_ZEROISE = 4006

Definition at line 615 of file cryptlib.cs.

const int cryptlib.crypt.DEVINFO_ZEROIZE = 4006

Definition at line 616 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_LAST = 6

Definition at line 1109 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_NONE = 0

Definition at line 1103 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_P192 = 1

Definition at line 1104 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_P224 = 2

Definition at line 1105 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_P256 = 3

Definition at line 1106 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_P384 = 4

Definition at line 1107 of file cryptlib.cs.

const int cryptlib.crypt.ECCCURVE_P521 = 5

Definition at line 1108 of file cryptlib.cs.

const int cryptlib.crypt.ENVELOPE_RESOURCE = -50

Definition at line 1223 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_COMPRESSION = 5002

Definition at line 622 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_CONTENTTYPE = 5003

Definition at line 623 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_DATASIZE = 5001

Definition at line 621 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_DETACHEDSIGNATURE = 5004

Definition at line 624 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_FIRST = 5000

Definition at line 620 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_HASH = 5017

Definition at line 637 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_INTEGRITY = 5006

Definition at line 626 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_KEY = 5008

Definition at line 628 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_KEYSET_DECRYPT = 5021

Definition at line 641 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_KEYSET_ENCRYPT = 5020

Definition at line 640 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_KEYSET_SIGCHECK = 5019

Definition at line 639 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_LAST = 5022

Definition at line 642 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_ORIGINATOR = 5015

Definition at line 635 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_PASSWORD = 5007

Definition at line 627 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_PRIVATEKEY = 5013

Definition at line 633 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_PRIVATEKEY_LABEL = 5014

Definition at line 634 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_PUBLICKEY = 5012

Definition at line 632 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_RECIPIENT = 5011

Definition at line 631 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_SESSIONKEY = 5016

Definition at line 636 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_SIGNATURE = 5009

Definition at line 629 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_SIGNATURE_EXTRADATA = 5010

Definition at line 630 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_SIGNATURE_RESULT = 5005

Definition at line 625 of file cryptlib.cs.

const int cryptlib.crypt.ENVINFO_TIMESTAMP = 5018

Definition at line 638 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_BADDATA = -32

Definition at line 1210 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_COMPLETE = -24

Definition at line 1201 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_DUPLICATE = -44

Definition at line 1219 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_FAILED = -15

Definition at line 1192 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_INCOMPLETE = -23

Definition at line 1200 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_INITED = -12

Definition at line 1189 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_INTERNAL = -16

Definition at line 1193 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_INVALID = -26

Definition at line 1203 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_MEMORY = -10

Definition at line 1187 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_NOSECURE = -13

Definition at line 1190 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_NOTAVAIL = -20

Definition at line 1197 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_NOTFOUND = -43

Definition at line 1218 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_NOTINITED = -11

Definition at line 1188 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_OPEN = -40

Definition at line 1215 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_OVERFLOW = -30

Definition at line 1208 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM1 = -1

Definition at line 1177 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM2 = -2

Definition at line 1178 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM3 = -3

Definition at line 1179 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM4 = -4

Definition at line 1180 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM5 = -5

Definition at line 1181 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM6 = -6

Definition at line 1182 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PARAM7 = -7

Definition at line 1183 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_PERMISSION = -21

Definition at line 1198 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_RANDOM = -14

Definition at line 1191 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_READ = -41

Definition at line 1216 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_SIGNALLED = -27

Definition at line 1204 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_SIGNATURE = -33

Definition at line 1211 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_TIMEOUT = -25

Definition at line 1202 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_UNDERFLOW = -31

Definition at line 1209 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_WRITE = -42

Definition at line 1217 of file cryptlib.cs.

const int cryptlib.crypt.ERROR_WRONGKEY = -22

Definition at line 1199 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_ATTR_ABSENT = 3

Definition at line 887 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_ATTR_PRESENT = 4

Definition at line 888 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_ATTR_SIZE = 1

Definition at line 885 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_ATTR_VALUE = 2

Definition at line 886 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_CONSTRAINT = 5

Definition at line 889 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_ISSUERCONSTRAINT = 6

Definition at line 890 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_LAST = 7

Definition at line 891 of file cryptlib.cs.

const int cryptlib.crypt.ERRTYPE_NONE = 0

Definition at line 884 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_AUTO = 1

Definition at line 124 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_CMS = 3

Definition at line 126 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_CRYPTLIB = 2

Definition at line 125 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_LAST = 6

Definition at line 130 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_NONE = 0

Definition at line 123 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_PGP = 5

Definition at line 129 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_PKCS7 = 3

Definition at line 127 of file cryptlib.cs.

const int cryptlib.crypt.FORMAT_SMIME = 4

Definition at line 128 of file cryptlib.cs.

const int cryptlib.crypt.GENERIC_FIRST = 9

Definition at line 191 of file cryptlib.cs.

const int cryptlib.crypt.GENERIC_LAST = 17

Definition at line 199 of file cryptlib.cs.

const int cryptlib.crypt.HOLDINSTRUCTION_CALLISSUER = 1

Definition at line 734 of file cryptlib.cs.

const int cryptlib.crypt.HOLDINSTRUCTION_LAST = 4

Definition at line 737 of file cryptlib.cs.

const int cryptlib.crypt.HOLDINSTRUCTION_NONE = 0

Definition at line 733 of file cryptlib.cs.

const int cryptlib.crypt.HOLDINSTRUCTION_PICKUPTOKEN = 3

Definition at line 736 of file cryptlib.cs.

const int cryptlib.crypt.HOLDINSTRUCTION_REJECT = 2

Definition at line 735 of file cryptlib.cs.

const int cryptlib.crypt.INTEGRITY_FULL = 2

Definition at line 835 of file cryptlib.cs.

const int cryptlib.crypt.INTEGRITY_MACONLY = 1

Definition at line 834 of file cryptlib.cs.

const int cryptlib.crypt.INTEGRITY_NONE = 0

Definition at line 833 of file cryptlib.cs.

const int cryptlib.crypt.KEYID_EMAIL = 2

Definition at line 868 of file cryptlib.cs.

const int cryptlib.crypt.KEYID_LAST = 3

Definition at line 869 of file cryptlib.cs.

const int cryptlib.crypt.KEYID_NAME = 1

Definition at line 866 of file cryptlib.cs.

const int cryptlib.crypt.KEYID_NONE = 0

Definition at line 865 of file cryptlib.cs.

const int cryptlib.crypt.KEYID_URI = 2

Definition at line 867 of file cryptlib.cs.

const int cryptlib.crypt.KEYINFO_FIRST = 3000

Definition at line 604 of file cryptlib.cs.

const int cryptlib.crypt.KEYINFO_LAST = 3003

Definition at line 607 of file cryptlib.cs.

const int cryptlib.crypt.KEYINFO_QUERY = 3001

Definition at line 605 of file cryptlib.cs.

const int cryptlib.crypt.KEYINFO_QUERY_REQUESTS = 3002

Definition at line 606 of file cryptlib.cs.

const int cryptlib.crypt.KEYOPT_CREATE = 2

Definition at line 995 of file cryptlib.cs.

const int cryptlib.crypt.KEYOPT_LAST = 3

Definition at line 996 of file cryptlib.cs.

const int cryptlib.crypt.KEYOPT_NONE = 0

Definition at line 993 of file cryptlib.cs.

const int cryptlib.crypt.KEYOPT_READONLY = 1

Definition at line 994 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_DATABASE = 5

Definition at line 86 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_DATABASE_STORE = 7

Definition at line 88 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_FILE = 1

Definition at line 82 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_HTTP = 2

Definition at line 83 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_LAST = 8

Definition at line 89 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_LDAP = 3

Definition at line 84 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_NONE = 0

Definition at line 81 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_ODBC = 4

Definition at line 85 of file cryptlib.cs.

const int cryptlib.crypt.KEYSET_ODBC_STORE = 6

Definition at line 87 of file cryptlib.cs.

const int cryptlib.crypt.KEYTYPE_PRIVATE = 0

Definition at line 987 of file cryptlib.cs.

const int cryptlib.crypt.KEYTYPE_PUBLIC = 1

Definition at line 988 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_CRLSIGN = 0x040

Definition at line 696 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_DATAENCIPHERMENT = 0x008

Definition at line 693 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_DECIPHERONLY = 0x100

Definition at line 698 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_DIGITALSIGNATURE = 0x001

Definition at line 690 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_ENCIPHERONLY = 0x080

Definition at line 697 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_KEYAGREEMENT = 0x010

Definition at line 694 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_KEYCERTSIGN = 0x020

Definition at line 695 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_KEYENCIPHERMENT = 0x004

Definition at line 692 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_LAST = 0x200

Definition at line 699 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_NONE = 0x000

Definition at line 689 of file cryptlib.cs.

const int cryptlib.crypt.KEYUSAGE_NONREPUDIATION = 0x002

Definition at line 691 of file cryptlib.cs.

const int cryptlib.crypt.MAX_HASHSIZE = 64

Definition at line 953 of file cryptlib.cs.

const int cryptlib.crypt.MAX_IVSIZE = 32

Definition at line 942 of file cryptlib.cs.

const int cryptlib.crypt.MAX_KEYSIZE = 256

Definition at line 938 of file cryptlib.cs.

const int cryptlib.crypt.MAX_PKCSIZE = 512

Definition at line 947 of file cryptlib.cs.

const int cryptlib.crypt.MAX_PKCSIZE_ECC = 72

Definition at line 948 of file cryptlib.cs.

const int cryptlib.crypt.MAX_TEXTSIZE = 64

Definition at line 957 of file cryptlib.cs.

const int cryptlib.crypt.MODE_CBC = 2

Definition at line 71 of file cryptlib.cs.

const int cryptlib.crypt.MODE_CFB = 3

Definition at line 72 of file cryptlib.cs.

const int cryptlib.crypt.MODE_ECB = 1

Definition at line 70 of file cryptlib.cs.

const int cryptlib.crypt.MODE_GCM = 5

Definition at line 74 of file cryptlib.cs.

const int cryptlib.crypt.MODE_LAST = 6

Definition at line 75 of file cryptlib.cs.

const int cryptlib.crypt.MODE_NONE = 0

Definition at line 69 of file cryptlib.cs.

const int cryptlib.crypt.MODE_OFB = 4

Definition at line 73 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_LAST = 0x100

Definition at line 758 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_OBJECTSIGNING = 0x008

Definition at line 753 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_OBJECTSIGNINGCA = 0x080

Definition at line 757 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_RESERVED = 0x010

Definition at line 754 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_SMIME = 0x004

Definition at line 752 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_SMIMECA = 0x040

Definition at line 756 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_SSLCA = 0x020

Definition at line 755 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_SSLCLIENT = 0x001

Definition at line 750 of file cryptlib.cs.

const int cryptlib.crypt.NS_CERTTYPE_SSLSERVER = 0x002

Definition at line 751 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_ENCRYPTED_KEY = 1

Definition at line 875 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_KEYAGREEMENT = 3

Definition at line 877 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_LAST = 5

Definition at line 879 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_NONE = 0

Definition at line 874 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_PKCENCRYPTED_KEY = 2

Definition at line 876 of file cryptlib.cs.

const int cryptlib.crypt.OBJECT_SIGNATURE = 4

Definition at line 878 of file cryptlib.cs.

const int cryptlib.crypt.OCSPSTATUS_NOTREVOKED = 0

Definition at line 814 of file cryptlib.cs.

const int cryptlib.crypt.OCSPSTATUS_REVOKED = 1

Definition at line 815 of file cryptlib.cs.

const int cryptlib.crypt.OCSPSTATUS_UNKNOWN = 2

Definition at line 816 of file cryptlib.cs.

const int cryptlib.crypt.OK = 0

Definition at line 1172 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CERT_COMPLIANCELEVEL = 118

Definition at line 218 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CERT_REQUIREPOLICY = 119

Definition at line 219 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES = 115

Definition at line 215 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CERT_UPDATEINTERVAL = 117

Definition at line 217 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CERT_VALIDITY = 116

Definition at line 216 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CMS_DEFAULTATTRIBUTES = 120

Definition at line 220 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_CONFIGCHANGED = 142

Definition at line 243 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_DVR01 = 128

Definition at line 229 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_DVR02 = 129

Definition at line 230 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_DVR03 = 130

Definition at line 231 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_DVR04 = 131

Definition at line 232 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_DVR05 = 132

Definition at line 233 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_DEVICE_PKCS11_HARDWAREONLY = 133

Definition at line 234 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_ENCR_ALGO = 106

Definition at line 206 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_ENCR_HASH = 107

Definition at line 207 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_ENCR_MAC = 108

Definition at line 208 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_FIRST = 100

Definition at line 200 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_INFO_COPYRIGHT = 102

Definition at line 202 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_INFO_DESCRIPTION = 101

Definition at line 201 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_INFO_MAJORVERSION = 103

Definition at line 203 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_INFO_MINORVERSION = 104

Definition at line 204 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_INFO_STEPPING = 105

Definition at line 205 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYING_ALGO = 113

Definition at line 213 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYING_ITERATIONS = 114

Definition at line 214 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_CACERTNAME = 124

Definition at line 225 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_CERTNAME = 125

Definition at line 226 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_CRLNAME = 126

Definition at line 227 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_EMAILNAME = 127

Definition at line 228 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_FILTER = 123

Definition at line 224 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_OBJECTCLASS = 121

Definition at line 222 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_KEYS_LDAP_OBJECTTYPE = 122

Definition at line 223 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_LAST = 144

Definition at line 245 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_MISC_ASYNCINIT = 140

Definition at line 241 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_MISC_SIDECHANNELPROTECTION = 141

Definition at line 242 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_CONNECTTIMEOUT = 137

Definition at line 238 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_HTTP_PROXY = 136

Definition at line 237 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_READTIMEOUT = 138

Definition at line 239 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_SOCKS_SERVER = 134

Definition at line 235 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_SOCKS_USERNAME = 135

Definition at line 236 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_NET_WRITETIMEOUT = 139

Definition at line 240 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_PKC_ALGO = 109

Definition at line 209 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_PKC_KEYSIZE = 110

Definition at line 210 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_SELFTESTOK = 143

Definition at line 244 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_SIG_ALGO = 111

Definition at line 211 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_SIG_KEYSIZE = 112

Definition at line 212 of file cryptlib.cs.

const int cryptlib.crypt.OPTION_SMIME_DEFAULTATTRIBUTES = 120

Definition at line 221 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_FIRST = 1

Definition at line 183 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_FORWARDCOUNT = 4

Definition at line 186 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_HIGHSECURITY = 2

Definition at line 184 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_LAST = 8

Definition at line 190 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_LOCKED = 5

Definition at line 187 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_NONEXPORTABLE = 7

Definition at line 189 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_OWNER = 3

Definition at line 185 of file cryptlib.cs.

const int cryptlib.crypt.PROPERTY_USAGECOUNT = 6

Definition at line 188 of file cryptlib.cs.

const int cryptlib.crypt.RANDOM_FASTPOLL = -300

Definition at line 982 of file cryptlib.cs.

const int cryptlib.crypt.RANDOM_SLOWPOLL = -301

Definition at line 983 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_CERTIFICATE = 2

Definition at line 856 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_INITIALISATION = 1

Definition at line 854 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_INITIALIZATION = 1

Definition at line 855 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_KEYUPDATE = 3

Definition at line 857 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_LAST = 6

Definition at line 860 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_NONE = 0

Definition at line 853 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_PKIBOOT = 5

Definition at line 859 of file cryptlib.cs.

const int cryptlib.crypt.REQUESTTYPE_REVOCATION = 4

Definition at line 858 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_ACTIVE = 6001

Definition at line 644 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_AUTHRESPONSE = 6007

Definition at line 650 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CACERTIFICATE = 6018

Definition at line 661 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CLIENT_NAME = 6011

Definition at line 654 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CLIENT_PORT = 6012

Definition at line 655 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CMP_PRIVKEYSET = 6020

Definition at line 663 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CMP_REQUESTTYPE = 6019

Definition at line 662 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_CONNECTIONACTIVE = 6002

Definition at line 645 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_FIRST = 6000

Definition at line 643 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_KEYSET = 6006

Definition at line 649 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_LAST = 6028

Definition at line 671 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_NETWORKSOCKET = 6014

Definition at line 657 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_PASSWORD = 6004

Definition at line 647 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_PRIVATEKEY = 6005

Definition at line 648 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_REQUEST = 6016

Definition at line 659 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_RESPONSE = 6017

Definition at line 660 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SERVER_FINGERPRINT = 6010

Definition at line 653 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SERVER_NAME = 6008

Definition at line 651 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SERVER_PORT = 6009

Definition at line 652 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SESSION = 6013

Definition at line 656 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSH_CHANNEL = 6021

Definition at line 664 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSH_CHANNEL_ACTIVE = 6025

Definition at line 668 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSH_CHANNEL_ARG1 = 6023

Definition at line 666 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSH_CHANNEL_ARG2 = 6024

Definition at line 667 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSH_CHANNEL_TYPE = 6022

Definition at line 665 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_SSL_OPTIONS = 6026

Definition at line 669 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_TSP_MSGIMPRINT = 6027

Definition at line 670 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_USERNAME = 6003

Definition at line 646 of file cryptlib.cs.

const int cryptlib.crypt.SESSINFO_VERSION = 6015

Definition at line 658 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_CERTSTORE_SERVER = 15

Definition at line 150 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_CMP = 11

Definition at line 146 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_CMP_SERVER = 12

Definition at line 147 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_LAST = 16

Definition at line 151 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_NONE = 0

Definition at line 135 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_OCSP = 7

Definition at line 142 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_OCSP_SERVER = 8

Definition at line 143 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_RTCS = 5

Definition at line 140 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_RTCS_SERVER = 6

Definition at line 141 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SCEP = 13

Definition at line 148 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SCEP_SERVER = 14

Definition at line 149 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SSH = 1

Definition at line 136 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SSH_SERVER = 2

Definition at line 137 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SSL = 3

Definition at line 138 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_SSL_SERVER = 4

Definition at line 139 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_TSP = 9

Definition at line 144 of file cryptlib.cs.

const int cryptlib.crypt.SESSION_TSP_SERVER = 10

Definition at line 145 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_ACQ = 0x200

Definition at line 771 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_BCA = 0x080

Definition at line 769 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_CARD = 0x001

Definition at line 762 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_CCA = 0x008

Definition at line 765 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_GCA = 0x040

Definition at line 768 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_LAST = 0x400

Definition at line 772 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_MCA = 0x010

Definition at line 766 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_MER = 0x002

Definition at line 763 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_PCA = 0x020

Definition at line 767 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_PGWY = 0x004

Definition at line 764 of file cryptlib.cs.

const int cryptlib.crypt.SET_CERTTYPE_RCA = 0x100

Definition at line 770 of file cryptlib.cs.

const int cryptlib.crypt.SIGNATURELEVEL_ALL = 2

Definition at line 824 of file cryptlib.cs.

const int cryptlib.crypt.SIGNATURELEVEL_LAST = 3

Definition at line 825 of file cryptlib.cs.

const int cryptlib.crypt.SIGNATURELEVEL_NONE = 0

Definition at line 822 of file cryptlib.cs.

const int cryptlib.crypt.SIGNATURELEVEL_SIGNERCERT = 1

Definition at line 823 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_MINVER_SSLV3 = 0x00

Definition at line 923 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_MINVER_TLS10 = 0x01

Definition at line 924 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_MINVER_TLS11 = 0x02

Definition at line 925 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_MINVER_TLS12 = 0x03

Definition at line 926 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_NONE = 0x00

Definition at line 922 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_SUITEB_128 = 0x04

Definition at line 927 of file cryptlib.cs.

const int cryptlib.crypt.SSLOPTION_SUITEB_256 = 0x08

Definition at line 928 of file cryptlib.cs.

const int cryptlib.crypt.UNUSED = -101

Definition at line 967 of file cryptlib.cs.

const int cryptlib.crypt.USE_DEFAULT = -100

Definition at line 963 of file cryptlib.cs.

const int cryptlib.crypt.USER_CA = 3

Definition at line 159 of file cryptlib.cs.

const int cryptlib.crypt.USER_LAST = 4

Definition at line 160 of file cryptlib.cs.

const int cryptlib.crypt.USER_NONE = 0

Definition at line 156 of file cryptlib.cs.

const int cryptlib.crypt.USER_NORMAL = 1

Definition at line 157 of file cryptlib.cs.

const int cryptlib.crypt.USER_SO = 2

Definition at line 158 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_CAKEY_CERTSIGN = 7002

Definition at line 674 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_CAKEY_CRLSIGN = 7003

Definition at line 675 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_CAKEY_OCSPSIGN = 7005

Definition at line 677 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_CAKEY_RTCSSIGN = 7004

Definition at line 676 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_FIRST = 7000

Definition at line 672 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_LAST = 7006

Definition at line 678 of file cryptlib.cs.

const int cryptlib.crypt.USERINFO_PASSWORD = 7001

Definition at line 673 of file cryptlib.cs.


The documentation for this class was generated from the following file: