Beispiel #1
0
 internal void ValidateSpecifiedAuthentication()
 {
     WSManHelper.ValidateSpecifiedAuthentication(
         this.Authentication,
         this.Credential,
         this.CertificateThumbprint);
 }