AesGcm.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: 12, 13, 14, 15, or 16 bytes (96, 104, 112, 120, or 128 bits).

Applies to

See also