Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.Assign

TElOCSPResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Copies data from another instance of TElOCSPResponse class.

Declaration

[C#]
    void Assign(TElOCSPResponse Source);

[VB.NET]
    Sub Assign(ByVal Source As TElOCSPResponse)

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElOCSPResponse Source);

Parameters

  • Source - object which contents should be copied.

Description

    Use this method to copy data of another OCSP response into the current one.

See also:     Load    

Discuss this help topic in SecureBlackbox Forum