A complex type that contains information about viewer certificates for this distribution.
Exemplo n.º 1
0
 public DistributionSummary WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return(this);
 }
 public DistributionSummary WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return this;
 }
Exemplo n.º 3
0
 public DistributionConfig WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return this;
 }
Exemplo n.º 4
0
 public DistributionConfig WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return(this);
 }