AesCcm.NonceByteSizes Property
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.
Gets the nonce sizes, in bytes, supported by this instance.
public:
static property System::Security::Cryptography::KeySizes ^ NonceByteSizes { System::Security::Cryptography::KeySizes ^ get(); };
public static System.Security.Cryptography.KeySizes NonceByteSizes { get; }
static member NonceByteSizes : System.Security.Cryptography.KeySizes
Public Shared ReadOnly Property NonceByteSizes As KeySizes
Property Value
The nonce sizes supported by this instance: 7, 8, 9, 10, 11, 12, or 13 bytes (56, 64, 72, 80, 88, 96, or 104 bits).
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.