CertificateCredential.UpdateDefinitionStages.WithStartDate<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithStartDate

The credential definition stage allowing start date to be set.

Method Summary

Modifier and Type Method and Description
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> withStartDate(DateTime startDate)

Specifies the start date after which password or key would be valid. Default value is current time.

Method Details

withStartDate

public WithAttach withStartDate(DateTime startDate)

Specifies the start date after which password or key would be valid. Default value is current time.

Parameters:

startDate - the start date for validity

Returns:

the next stage in credential definition

Applies to