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 태그 크기가 지정되지 않은 경우 입니다.

적용 대상