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비트)입니다.

적용 대상