📄 cryptlib.cs
字号:
public const int CERTINFO_POLICYCONSTRAINTS = 2283; public const int CERTINFO_REQUIREEXPLICITPOLICY = 2284; // policyConstraints.requireExplicitPolicy public const int CERTINFO_INHIBITPOLICYMAPPING = 2285; // policyConstraints.inhibitPolicyMapping public const int CERTINFO_EXTKEYUSAGE = 2286; public const int CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING = 2287; // individualCodeSigning public const int CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING = 2288; // commercialCodeSigning public const int CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING = 2289; // certTrustListSigning public const int CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING = 2290; // timeStampSigning public const int CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO = 2291; // serverGatedCrypto public const int CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM = 2292; // encrypedFileSystem public const int CERTINFO_EXTKEY_SERVERAUTH = 2293; // serverAuth public const int CERTINFO_EXTKEY_CLIENTAUTH = 2294; // clientAuth public const int CERTINFO_EXTKEY_CODESIGNING = 2295; // codeSigning public const int CERTINFO_EXTKEY_EMAILPROTECTION = 2296; // emailProtection public const int CERTINFO_EXTKEY_IPSECENDSYSTEM = 2297; // ipsecEndSystem public const int CERTINFO_EXTKEY_IPSECTUNNEL = 2298; // ipsecTunnel public const int CERTINFO_EXTKEY_IPSECUSER = 2299; // ipsecUser public const int CERTINFO_EXTKEY_TIMESTAMPING = 2300; // timeStamping public const int CERTINFO_EXTKEY_OCSPSIGNING = 2301; // ocspSigning public const int CERTINFO_EXTKEY_DIRECTORYSERVICE = 2302; // directoryService public const int CERTINFO_EXTKEY_ANYKEYUSAGE = 2303; // anyExtendedKeyUsage public const int CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO = 2304; // serverGatedCrypto public const int CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA = 2305; // serverGatedCrypto CA public const int CERTINFO_FRESHESTCRL = 2306; public const int CERTINFO_FRESHESTCRL_FULLNAME = 2307; // distributionPointName.fullName public const int CERTINFO_FRESHESTCRL_REASONS = 2308; // reasons public const int CERTINFO_FRESHESTCRL_CRLISSUER = 2309; // cRLIssuer public const int CERTINFO_INHIBITANYPOLICY = 2310; // 2 16 840 1 113730 1 x Netscape extensions public const int CERTINFO_NS_CERTTYPE = 2311; // netscape-cert-type public const int CERTINFO_NS_BASEURL = 2312; // netscape-base-url public const int CERTINFO_NS_REVOCATIONURL = 2313; // netscape-revocation-url public const int CERTINFO_NS_CAREVOCATIONURL = 2314; // netscape-ca-revocation-url public const int CERTINFO_NS_CERTRENEWALURL = 2315; // netscape-cert-renewal-url public const int CERTINFO_NS_CAPOLICYURL = 2316; // netscape-ca-policy-url public const int CERTINFO_NS_SSLSERVERNAME = 2317; // netscape-ssl-server-name public const int CERTINFO_NS_COMMENT = 2318; // netscape-comment public const int CERTINFO_SET_HASHEDROOTKEY = 2319; public const int CERTINFO_SET_ROOTKEYTHUMBPRINT = 2320; // rootKeyThumbPrint public const int CERTINFO_SET_CERTIFICATETYPE = 2321; // 2 23 42 7 2 SET merchantData public const int CERTINFO_SET_MERCHANTDATA = 2322; public const int CERTINFO_SET_MERID = 2323; // merID public const int CERTINFO_SET_MERACQUIRERBIN = 2324; // merAcquirerBIN public const int CERTINFO_SET_MERCHANTLANGUAGE = 2325; // merNames.language public const int CERTINFO_SET_MERCHANTNAME = 2326; // merNames.name public const int CERTINFO_SET_MERCHANTCITY = 2327; // merNames.city public const int CERTINFO_SET_MERCHANTSTATEPROVINCE = 2328; // merNames.stateProvince public const int CERTINFO_SET_MERCHANTPOSTALCODE = 2329; // merNames.postalCode public const int CERTINFO_SET_MERCHANTCOUNTRYNAME = 2330; // merNames.countryName public const int CERTINFO_SET_MERCOUNTRY = 2331; // merCountry public const int CERTINFO_SET_MERAUTHFLAG = 2332; // merAuthFlag public const int CERTINFO_SET_CERTCARDREQUIRED = 2333; // 2 23 42 7 4 SET tunneling public const int CERTINFO_SET_TUNNELING = 2334; public const int CERTINFO_SET_TUNNELLING = 2334; public const int CERTINFO_SET_TUNNELINGFLAG = 2335; // tunneling public const int CERTINFO_SET_TUNNELLINGFLAG = 2335; public const int CERTINFO_SET_TUNNELINGALGID = 2336; // tunnelingAlgID public const int CERTINFO_SET_TUNNELLINGALGID = 2336; // S/MIME attributes public const int CERTINFO_CMS_CONTENTTYPE = 2500; // 1 2 840 113549 1 9 4 messageDigest public const int CERTINFO_CMS_MESSAGEDIGEST = 2501; // 1 2 840 113549 1 9 5 signingTime public const int CERTINFO_CMS_SIGNINGTIME = 2502; // 1 2 840 113549 1 9 6 counterSignature public const int CERTINFO_CMS_COUNTERSIGNATURE = 2503; // counterSignature public const int CERTINFO_CMS_SIGNINGDESCRIPTION = 2504; // 1 2 840 113549 1 9 15 sMIMECapabilities public const int CERTINFO_CMS_SMIMECAPABILITIES = 2505; public const int CERTINFO_CMS_SMIMECAP_3DES = 2506; // 3DES encryption public const int CERTINFO_CMS_SMIMECAP_AES = 2507; // AES encryption public const int CERTINFO_CMS_SMIMECAP_CAST128 = 2508; // CAST-128 encryption public const int CERTINFO_CMS_SMIMECAP_IDEA = 2509; // IDEA encryption public const int CERTINFO_CMS_SMIMECAP_RC2 = 2510; // RC2 encryption (w.128 key) public const int CERTINFO_CMS_SMIMECAP_RC5 = 2511; // RC5 encryption (w.128 key) public const int CERTINFO_CMS_SMIMECAP_SKIPJACK = 2512; // Skipjack encryption public const int CERTINFO_CMS_SMIMECAP_DES = 2513; // DES encryption public const int CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA = 2514; // preferSignedData public const int CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY = 2515; // canNotDecryptAny public const int CERTINFO_CMS_RECEIPTREQUEST = 2516; public const int CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER = 2517; // contentIdentifier public const int CERTINFO_CMS_RECEIPT_FROM = 2518; // receiptsFrom public const int CERTINFO_CMS_RECEIPT_TO = 2519; // receiptsTo public const int CERTINFO_CMS_SECURITYLABEL = 2520; public const int CERTINFO_CMS_SECLABEL_POLICY = 2521; // securityPolicyIdentifier public const int CERTINFO_CMS_SECLABEL_CLASSIFICATION = 2522; // securityClassification public const int CERTINFO_CMS_SECLABEL_PRIVACYMARK = 2523; // privacyMark public const int CERTINFO_CMS_SECLABEL_CATTYPE = 2524; // securityCategories.securityCategory.type public const int CERTINFO_CMS_SECLABEL_CATVALUE = 2525; // securityCategories.securityCategory.value public const int CERTINFO_CMS_MLEXPANSIONHISTORY = 2526; public const int CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER = 2527; // mlData.mailListIdentifier.issuerAndSerialNumber public const int CERTINFO_CMS_MLEXP_TIME = 2528; // mlData.expansionTime public const int CERTINFO_CMS_MLEXP_NONE = 2529; // mlData.mlReceiptPolicy.none public const int CERTINFO_CMS_MLEXP_INSTEADOF = 2530; // mlData.mlReceiptPolicy.insteadOf.generalNames.generalName public const int CERTINFO_CMS_MLEXP_INADDITIONTO = 2531; // mlData.mlReceiptPolicy.inAdditionTo.generalNames.generalName public const int CERTINFO_CMS_CONTENTHINTS = 2532; public const int CERTINFO_CMS_CONTENTHINT_DESCRIPTION = 2533; // contentDescription public const int CERTINFO_CMS_CONTENTHINT_TYPE = 2534; // contentType public const int CERTINFO_CMS_EQUIVALENTLABEL = 2535; public const int CERTINFO_CMS_EQVLABEL_POLICY = 2536; // securityPolicyIdentifier public const int CERTINFO_CMS_EQVLABEL_CLASSIFICATION = 2537; // securityClassification public const int CERTINFO_CMS_EQVLABEL_PRIVACYMARK = 2538; // privacyMark public const int CERTINFO_CMS_EQVLABEL_CATTYPE = 2539; // securityCategories.securityCategory.type public const int CERTINFO_CMS_EQVLABEL_CATVALUE = 2540; // securityCategories.securityCategory.value public const int CERTINFO_CMS_SIGNINGCERTIFICATE = 2541; public const int CERTINFO_CMS_SIGNINGCERT_ESSCERTID = 2542; // certs.essCertID public const int CERTINFO_CMS_SIGNINGCERT_POLICIES = 2543; // policies.policyInformation.policyIdentifier public const int CERTINFO_CMS_SIGNATUREPOLICYID = 2544; public const int CERTINFO_CMS_SIGPOLICYID = 2545; // sigPolicyID public const int CERTINFO_CMS_SIGPOLICYHASH = 2546; // sigPolicyHash public const int CERTINFO_CMS_SIGPOLICY_CPSURI = 2547; // sigPolicyQualifiers.sigPolicyQualifier.cPSuri public const int CERTINFO_CMS_SIGPOLICY_ORGANIZATION = 2548; // sigPolicyQualifiers.sigPolicyQualifier.userNotice.noticeRef.organization public const int CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS = 2549; // sigPolicyQualifiers.sigPolicyQualifier.userNotice.noticeRef.noticeNumbers public const int CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT = 2550; // sigPolicyQualifiers.sigPolicyQualifier.userNotice.explicitText public const int CERTINFO_CMS_SIGTYPEIDENTIFIER = 2551; public const int CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG = 2552; // originatorSig public const int CERTINFO_CMS_SIGTYPEID_DOMAINSIG = 2553; // domainSig public const int CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES = 2554; // additionalAttributesSig public const int CERTINFO_CMS_SIGTYPEID_REVIEWSIG = 2555; // reviewSig public const int CERTINFO_CMS_NONCE = 2556; // randomNonce public const int CERTINFO_SCEP_MESSAGETYPE = 2557; // messageType public const int CERTINFO_SCEP_PKISTATUS = 2558; // pkiStatus public const int CERTINFO_SCEP_FAILINFO = 2559; // failInfo public const int CERTINFO_SCEP_SENDERNONCE = 2560; // senderNonce public const int CERTINFO_SCEP_RECIPIENTNONCE = 2561; // recipientNonce public const int CERTINFO_SCEP_TRANSACTIONID = 2562; // transID public const int CERTINFO_CMS_SPCAGENCYINFO = 2563; public const int CERTINFO_CMS_SPCAGENCYURL = 2564; // spcAgencyInfo.url public const int CERTINFO_CMS_SPCSTATEMENTTYPE = 2565; public const int CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING = 2566; // individualCodeSigning public const int CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING = 2567; // commercialCodeSigning public const int CERTINFO_CMS_SPCOPUSINFO = 2568; public const int CERTINFO_CMS_SPCOPUSINFO_NAME = 2569; // spcOpusInfo.name public const int CERTINFO_CMS_SPCOPUSINFO_URL = 2570; // spcOpusInfo.url public const int CERTINFO_LAST = 2571; public const int KEYINFO_FIRST = 3000; // ******************* public const int KEYINFO_QUERY = 3001; // Keyset query public const int KEYINFO_QUERY_REQUESTS = 3002; // Query of requests in cert store public const int KEYINFO_LAST = 3003; public const int DEVINFO_FIRST = 4000; // ******************* public const int DEVINFO_INITIALISE = 4001; // Initialise device for use public const int DEVINFO_INITIALIZE = 4001; public const int DEVINFO_AUTHENT_USER = 4002; // Authenticate user to device public const int DEVINFO_AUTHENT_SUPERVISOR = 4003; // Authenticate supervisor to dev. public const int DEVINFO_SET_AUTHENT_USER = 4004; // Set user authent.value public const int DEVINFO_SET_AUTHENT_SUPERVISOR = 4005; // Set supervisor auth.val. public const int DEVINFO_ZEROISE = 4006; // Zeroise device public const int DEVINFO_ZEROIZE = 4006; public const int DEVINFO_LOGGEDIN = 4007; // Whether user is logged in public const int DEVINFO_LABEL = 4008; // Device/token label public const int DEVINFO_LAST = 4009; public const int ENVINFO_FIRST = 5000; // ********************* public const int ENVINFO_DATASIZE = 5001; // Data size information public const int ENVINFO_COMPRESSION = 5002; // Compression information public const int ENVINFO_CONTENTTYPE = 5003; // Inner CMS content type public const int ENVINFO_DETACHEDSIGNATURE = 5004; // Detached signature public const int ENVINFO_SIGNATURE_RESULT = 5005; // Signature check result public const int ENVINFO_INTEGRITY = 5006; // Integrity-protection level public const int ENVINFO_PASSWORD = 5007; // User password public const int ENVINFO_KEY = 5008; // Conventional encryption key public const int ENVINFO_SIGNATURE = 5009; // Signature/signature check key public const int ENVINFO_SIGNATURE_EXTRADATA = 5010; // Extra information added to CMS sigs public const int ENVINFO_RECIPIENT = 5011; // Recipient email address public const int ENVINFO_PUBLICKEY = 5012; // PKC encryption key public const int ENVINFO_PRIVATEKEY = 5013; // PKC decryption key public const int ENVINFO_PRIVATEKEY_LABEL = 5014; // Label of PKC decryption key public const int ENVINFO_ORIGINATOR = 5015; // Originator info/key public const int ENVINFO_SESSIONKEY = 5016; // Session key public const int ENVINFO_HASH = 5017; // Hash value public const int ENVINFO_TIMESTAMP = 5018; // Timestamp information public const int ENVINFO_KEYSET_SIGCHECK = 5019; // Signature check keyset public const int ENVINFO_KEYSET_ENCRYPT = 5020; // PKC encryption keyset public const int ENVINFO_KEYSET_DECRYPT = 5021; // PKC decryption keyset public const int ENVINFO_LAST = 5022; public const int SESSINFO_FIRST = 6000; // ******************** public const int SESSINFO_ACTIVE = 6001; // Whether session is active public const int SESSINFO_CONNECTIONACTIVE = 6002; // Whether network connection is active public const int SESSINFO_USERNAME = 6003; // User name public const int SESSINFO_PASSWORD = 6004; // Password public const int SESSINFO_PRIVATEKEY = 6005; // Server/client private key public const int SESSINFO_KEYSET = 6006; // Certificate store public const int SESSINFO_AUTHRESPONSE = 6007; // Session authorisation OK public const int SESSINFO_SERVER_NAME = 6008; // Server name public const int SESSINFO_SERVER_PORT = 6009; // Server port number public const int SESSINFO_SERVER_FINGERPRINT = 6010; // Server key fingerprint public const int SESSINFO_CLIENT_NAME = 6011; // Client name public const int SESSINFO_CLIENT_PORT = 6012; // Client port number public const int SESSINFO_SESSION = 6013; // Transport mechanism public const int SESSINFO_NETWORKSOCKET = 6014; // User-supplied network socket public const int SESSINFO_VERSION = 6015; // Protocol version public const int SESSINFO_REQUEST = 6016; // Cert.request object public const int SESSINFO_RESPONSE = 6017; // Cert.response object public const int SESSINFO_CACERTIFICATE = 6018; // Issuing CA certificate public const int SESSINFO_TSP_MSGIMPRINT = 6019; // TSP message imprint public const int SESSINFO_CMP_REQUESTTYPE = 6020; // Request type public const int SESSINFO_CMP_PKIBOOT = 6021; // Enable PKIBoot facility public const int SESSINFO_CMP_PRIVKEYSET = 6022; // Private-key keyset public const int SESSINFO_SSH_CHANNEL = 6023; // SSH current channel public const int SESSINFO_SSH_CHANNEL_TYPE = 6024; // SSH channel type public const int SESSINFO_SSH_CHANNEL_ARG1 = 6025; // SSH channel argument 1 public const int SESSINFO_SSH_CHANNEL_ARG2 = 6026; // SSH channel argument 2 public const int SESSINFO_SSH_CHANNEL_ACTIVE = 6027; // SSH channel active
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -