internal void ApplySettings(ReceivedCertificatesStoreSettings receivedCertificatesStoreSettings)
 {
     Utility.IfNullThrowNullArgumentException(receivedCertificatesStoreSettings, "receivedCertificatesStoreSettings");
     this.CertificatesStoreName = receivedCertificatesStoreSettings.StoreName;
     this.CertificatesStoreLocation = receivedCertificatesStoreSettings.StoreLocation;
 }
예제 #2
0
 internal void ApplySettings(ReceivedCertificatesStoreSettings receivedCertificatesStoreSettings)
 {
     Utility.IfNullThrowNullArgumentException(receivedCertificatesStoreSettings, "receivedCertificatesStoreSettings");
     this.CertificatesStoreName     = receivedCertificatesStoreSettings.StoreName;
     this.CertificatesStoreLocation = receivedCertificatesStoreSettings.StoreLocation;
 }