Interface Certificate.DefinitionStages.WithThumbprintAlgorithm

All Known Subinterfaces:
Certificate.Definition, Certificate.DefinitionStages.WithCreate
Enclosing interface:
Certificate.DefinitionStages

public static interface Certificate.DefinitionStages.WithThumbprintAlgorithm
The stage of the Certificate definition allowing to specify thumbprintAlgorithm.
  • Method Details

    • withThumbprintAlgorithm

      Certificate.DefinitionStages.WithCreate withThumbprintAlgorithm(String thumbprintAlgorithm)
      Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.

      This must match the first portion of the certificate name. Currently required to be 'SHA1'..

      Parameters:
      thumbprintAlgorithm - The algorithm of the certificate thumbprint.

      This must match the first portion of the certificate name. Currently required to be 'SHA1'.

      Returns:
      the next definition stage.