메소드 | 설명 | |
---|---|---|
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
SupportsProtocolVersion ( |
public CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
리턴 | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
리턴 | ICryptoTransform |
public SupportsProtocolVersion ( |
||
version | ||
리턴 | bool |