Xceed Encryption Library Documentation
Xceed Signing control reference / Signing Method objects / XceedRSASigningMethod object / Signature property
    Signature property

    Signature property

    Description

    The Signature property lets you obtain the digital signature created when calling the Sign method, or to specify the digital signature to use when verifying data with the Verify method.

    The digital signature is represented in the form of a byte array variant.

    Data type

    Byte array variant

    Default value

    Null

    Applicable methods

    Verify, ReadFile, ProcessFile, ToString and FromString

    Declaration (IXceedRSAsigningMethod) Copy Code

    HRESULT GetSignature( [out, size_is(,*pnSignatureSize)] BYTE** ppcSignature, 
                          [out] short* pnSignatureSize );

    HRESULT SetSignature( [in, size_is(nSignatureSize)] BYTE* pcSignature, [in] short nSignatureSize );