Options for certificate query.
Namespace:
FirmaSATAssembly: diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531
Syntax
C# |
---|
public enum Query |
Visual Basic (Declaration) |
---|
Public Enumeration Query |
Members
Member name | Description | |
---|---|---|
notAfter |
Get certificate expiry date.
| |
notBefore |
Get certificate start date.
| |
organizationName |
Get organization name of issuer.
Expecting "Servicio de Administración Tributaria" if issued by SAT
| |
companyName |
Get organization name of subject. This should be your company name.
| |
rfc |
Get RFC of subject.
Expecting 12 or 13 characters if issued by SAT.
| |
serialNumber |
Get decoded serial number. Expecting 20 decimal digits.
| |
sigAlg |
Get algorithm used to sign certificate (e.g. "sha256WithRSAEncryption").
| |
keySize |
Get size in bits of certificate's public key (e.g. "2048").
|