다음을 통해 공유


SymmetricSecurityKey.GetIVSize(String) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 암호화 알고리즘에 필요한 IV(초기화 벡터)의 크기(비트)를 가져옵니다.

public:
 abstract int GetIVSize(System::String ^ algorithm);
public abstract int GetIVSize (string algorithm);
abstract member GetIVSize : string -> int
Public MustOverride Function GetIVSize (algorithm As String) As Integer

매개 변수

algorithm
String

IV(초기화 벡터)의 크기를 가져올 암호화 알고리즘입니다.

반환

IV 매개 변수에 지정된 암호화 알고리즘에 필요한 algorithm(초기화 벡터)의 크기(비트)입니다.

적용 대상