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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET