public static interface Key.DefinitionStages.WithKeySize
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
withKeySize(int size)
Specifies the size of the key to create.
|
Key.DefinitionStages.WithCreate withKeySize(int size)
size - the size of the key in integer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/