Interface Certificate.DefinitionStages.WithBase64Value

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

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

    • withBase64Value

      Certificate.DefinitionStages.WithCreate withBase64Value(String base64Value)
      Specifies the base64Value property: Gets or sets the base64 encoded value of the certificate..
      Parameters:
      base64Value - Gets or sets the base64 encoded value of the certificate.
      Returns:
      the next definition stage.