SecurityHandlerGetKeyLength Method |
Gets the key length.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetKeyLength()
Public Function GetKeyLength As Integer
public:
virtual int GetKeyLength() sealed
Return Value
Type:
Int32 The length of the encryption key in bytes.
Remarks The returned key length is given in bytes.
See Also