KeyClient.GetRandomBytes(Int32, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the requested number of bytes containing random values from a managed hardware security module (HSM).
public virtual Azure.Response<byte[]> GetRandomBytes (int count, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRandomBytes : int * System.Threading.CancellationToken -> Azure.Response<byte[]>
override this.GetRandomBytes : int * System.Threading.CancellationToken -> Azure.Response<byte[]>
Public Overridable Function GetRandomBytes (count As Integer, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Byte())
Parameters
- count
- Int32
The requested number of random bytes.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
A byte array containing random values from a managed hardware security module (HSM).
Exceptions
count
is less than 0.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET