internal X509CertificateInitiatorServiceCredential(X509CertificateInitiatorServiceCredential other)
 {
     certificate    = other.certificate;
     authentication = new X509ClientCertificateAuthentication(other.authentication);
     isReadOnly     = other.isReadOnly;
 }
예제 #2
0
 internal X509CertificateInitiatorServiceCredential(X509CertificateInitiatorServiceCredential other)
 {
     _certificate   = other._certificate;
     Authentication = new X509ClientCertificateAuthentication(other.Authentication);
     _isReadOnly    = other._isReadOnly;
 }