|
Declaration
[C#]
TSBLookupCriteria Criteria;
TSBLookupCriteria
lcIssuer = SmallInt(1);
lcSubject = SmallInt(2);
lcValidity = SmallInt(4);
lcPublicKeyAlgorithm = SmallInt(8);
lcSignatureAlgorithm = SmallInt(16);
lcPublicKeySize = SmallInt(32);
lcAuthorityKeyIdentifier = SmallInt(64);
lcSubjectKeyIdentifier = SmallInt(128);
lcKeyUsage = SmallInt(256);
lcEmail = SmallInt(512);
lcSerialNumber = SmallInt(1024);
lcPublicKeyHash = SmallInt(2048);
lcCertificateHash = SmallInt(4096);
[VB.NET]
Property Criteria As TSBLookupCriteria
TSBLookupCriteria As SmallInt
Const lcIssuer As SmallInt = 1
Const lcSubject As SmallInt = 2
Const lcValidity As SmallInt = 4
Const lcPublicKeyAlgorithm As SmallInt = 8
Const lcSignatureAlgorithm As SmallInt = 16
Const lcPublicKeySize As SmallInt = 32
Const lcAuthorityKeyIdentifier As SmallInt = 64
Const lcSubjectKeyIdentifier As SmallInt = 128
Const lcKeyUsage As SmallInt = 256
Const lcEmail As SmallInt = 512;
Const lcSerialNumber As SmallInt = 1024;
Const lcPublicKeyHash As SmallInt = 2048;
Const lcCertificateHash As SmallInt = 4096;
[DLL]
not implemented;
|