Interface Certificate.DefinitionStages.WithThumbprint
- All Known Subinterfaces:
Certificate.Definition,Certificate.DefinitionStages.WithCreate
- Enclosing interface:
- Certificate.DefinitionStages
public static interface Certificate.DefinitionStages.WithThumbprint
The stage of the Certificate definition allowing to specify thumbprint.
-
Method Summary
Modifier and TypeMethodDescriptionwithThumbprint(String thumbprint) Specifies the thumbprint property: The thumbprint of the certificate.
-
Method Details
-
withThumbprint
Specifies the thumbprint property: The thumbprint of the certificate. This must match the thumbprint from the name..- Parameters:
thumbprint- The thumbprint of the certificate. This must match the thumbprint from the name.- Returns:
- the next definition stage.
-