public CdnCertificateSourceDefinition(CdnCertificateSourceType typeDefinition, CdnManagedCertificateType certificateType)
 {
     TypeDefinition  = typeDefinition;
     CertificateType = certificateType;
 }
Ejemplo n.º 2
0
 public CdnCertificateSource(CdnCertificateSourceType sourceType, CdnManagedCertificateType certificateType)
 {
     SourceType      = sourceType;
     CertificateType = certificateType;
 }