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 未指定標籤大小,則為 。

適用於