AesGcm.TagSizeInBytes プロパティ

定義

タグのサイズをバイト単位で取得します。

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)

プロパティ値

暗号化または暗号化解除に使用する必要があるタグのサイズ。タグ null のサイズが指定されていない場合は 。

適用対象