AesCcm.TagByteSizes Property

Definition

Gets the tag sizes, in bytes, supported by this instance.

public:
 static property System::Security::Cryptography::KeySizes ^ TagByteSizes { System::Security::Cryptography::KeySizes ^ get(); };
public static System.Security.Cryptography.KeySizes TagByteSizes { get; }
static member TagByteSizes : System.Security.Cryptography.KeySizes
Public Shared ReadOnly Property TagByteSizes As KeySizes

Property Value

The tag sizes supported by this instance: 4, 6, 8, 10, 12, 14, or 16 bytes (32, 48, 64, 80, 96, 112, or 128 bits).

Applies to