示例#1
0
 public CertSimpleChain(uint Size = default, CertTrustStatus TrustStatus = default, uint NumElements = default, ref ptr <ptr <CertChainElement> > Elements = default, ref ptr <CertTrustListInfo> TrustListInfo = default, uint HasRevocationFreshnessTime = default, uint RevocationFreshnessTime = default)
 {
     this.Size          = Size;
     this.TrustStatus   = TrustStatus;
     this.NumElements   = NumElements;
     this.Elements      = Elements;
     this.TrustListInfo = TrustListInfo;
     this.HasRevocationFreshnessTime = HasRevocationFreshnessTime;
     this.RevocationFreshnessTime    = RevocationFreshnessTime;
 }
 public CertChainContext(uint Size = default, CertTrustStatus TrustStatus = default, uint ChainCount = default, ref ptr <ptr <CertSimpleChain> > Chains = default, uint LowerQualityChainCount = default, ref ptr <ptr <CertChainContext> > LowerQualityChains = default, uint HasRevocationFreshnessTime = default, uint RevocationFreshnessTime = default)
 {
     this.Size                       = Size;
     this.TrustStatus                = TrustStatus;
     this.ChainCount                 = ChainCount;
     this.Chains                     = Chains;
     this.LowerQualityChainCount     = LowerQualityChainCount;
     this.LowerQualityChains         = LowerQualityChains;
     this.HasRevocationFreshnessTime = HasRevocationFreshnessTime;
     this.RevocationFreshnessTime    = RevocationFreshnessTime;
 }
 public CertChainElement(uint Size = default, ref ptr <CertContext> CertContext = default, CertTrustStatus TrustStatus = default, ref ptr <CertRevocationInfo> RevocationInfo = default, ref ptr <CertEnhKeyUsage> IssuanceUsage = default, ref ptr <CertEnhKeyUsage> ApplicationUsage = default, ref ptr <ushort> ExtendedErrorInfo = default)
 {
     this.Size              = Size;
     this.CertContext       = CertContext;
     this.TrustStatus       = TrustStatus;
     this.RevocationInfo    = RevocationInfo;
     this.IssuanceUsage     = IssuanceUsage;
     this.ApplicationUsage  = ApplicationUsage;
     this.ExtendedErrorInfo = ExtendedErrorInfo;
 }