AesGcm.TagSizeInBytes Property

Definition

Gets the size of the tag, in bytes.

public:
 property Nullable<int> TagSizeInBytes { Nullable<int> get(); };
public int? TagSizeInBytes { get; }
member this.TagSizeInBytes : Nullable<int>
Public ReadOnly Property TagSizeInBytes As Nullable(Of Integer)

Property Value

The size of the tag that must be used for encryption or decryption, or null if the tag size is unspecified.

Applies to