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 Summary
Modifier and TypeMethodDescriptionwithThumbprintAlgorithm(String thumbprintAlgorithm) Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.
-
Method Details
-
withThumbprintAlgorithm
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.
-