/// <summary>
 /// 
 /// </summary>
 public CryptoSourceExternalOpenSsl() {
     SupportActions = CryptoSourceSupportActions.Full;
     SupportTypes = CryptoSourceSupportTypes.AllWellKnown;
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 public CryptoSourceExternalOpenSsl()
 {
     SupportActions = CryptoSourceSupportActions.Full;
     SupportTypes   = CryptoSourceSupportTypes.AllWellKnown;
 }