SqlServerKey.UpdateStages.WithThumbprint Interface

public static interface SqlServerKey.UpdateStages.WithThumbprint

The SQL Server Key definition to set the thumbprint.

Method Summary

Modifier and Type Method and Description
abstract Update withThumbprint(String thumbprint)

Sets the thumbprint of the server key.

Method Details

withThumbprint

public abstract SqlServerKey.Update withThumbprint(String thumbprint)

Sets the thumbprint of the server key.

Parameters:

thumbprint - the thumbprint of the server key

Returns:

The next stage of the definition.

Applies to