CryptographicOperations Class
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.
Provides methods for common cryptographic operations and reducing side-channel information leakage.
public ref class CryptographicOperations abstract sealed
public static class CryptographicOperations
type CryptographicOperations = class
Public Class CryptographicOperations
- Inheritance
-
CryptographicOperations
Methods
| Name | Description |
|---|---|
| FixedTimeEquals(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) |
Determines the equality of two byte sequences in an amount of time that depends on the length of the sequences, but not their values. |
| ZeroMemory(Span<Byte>) |
Fills the provided buffer with zeros. |