public CdnCertificateSourceDefinition(CdnCertificateSourceType typeDefinition, CdnManagedCertificateType certificateType)
 {
     TypeDefinition  = typeDefinition;
     CertificateType = certificateType;
 }
Example #2
0
 public CdnCertificateSource(CdnCertificateSourceType sourceType, CdnManagedCertificateType certificateType)
 {
     SourceType      = sourceType;
     CertificateType = certificateType;
 }