CryptoInitiator Class
  Namespace: PIX.Services.Certificate
Assembly: PIX.dll
  
  
  Assembly: PIX.dll
Inheritance
- 
      System.Object
      
- CryptoInitiator
 
 
Syntax
public static class CryptoInitiatorMethods
| Name | Description | 
|---|---|
| InitiateCryptoAlgorithm(QTServiceType) | 
           To be called in the startup phase of the services. Tries to load the existing crypto key from the service certificate. If it is called by the QMS (serviceType = QMS), it creates crypto keys if they are missing. It returns true if keys are in place. It throws an exception if it cannot continue. NOTE: It loads the SecretsKeys from the certificates even though UseWinAuthorization is true; -- that's this way the user can "downgrade" from "use cert auth" to "use win auth" and still be able to decrypt the secrets.  |