EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileTSPServer.SaveReplyToStream

TElFileTSPServer     See also    


 

Saves reply to the stream.

 
 

Declaration

[C#]
    bool SaveReplyToStream(int ServerResult, int FailureInfo, System.IO.Stream Stream);

[VB.NET]
    Function SaveReplyToStream(ByVal ServerResult As Integer, ByVal FailureInfo As Integer, ByVal Stream As System.IO.Stream) As Boolean

[Pascal]
    function SaveReplyToStream(ServerResult: TSBPKIStatus; FailureInfo: integer; Stream: TStream): boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ServerResult - result code
  • FailureInfo - error code
  • Stream - stream where reply to be saved
 
 

Return value

    True on success;
    False otherwise.

 
 

FailureInfo possible values:

[.NET] [Pascal] Description
pfiBadAlg = 0 pfiBadAlg unknown or unsupported algorithm
pfiBadMessageCheck = 1 pfiBadMessageCheck message check failed
pfiBadRequest = 2 pfiBadRequest transaction not permitted or supported
pfiBadTime = 3 pfiBadTime the TSA's time source is not available
pfiBadCertId = 4 pfiBadCertId bad certificate identifier
pfiBadDataFormat = 5 pfiBadDataFormat the data submitted has the wrong format
pfiWrongAuthority = 6 pfiWrongAuthority unknown or untrusted authority
pfiIncorrectData = 7 pfiIncorrectData incorrect request data
pfiMissingTimeStamp = 8 pfiMissingTimeStamp timestamp is missing
pfiBadPOP = 9 pfiBadPOP bad POP
Declared in
[.NET] [Pascal]
Namespace: SBPKICommon
Assembly: SecureBlackbox
Unit: SBPKICommon

[.NET] [Pascal] Description
psGranted= 0 psGranted when the PKIStatus contains the value zero a TimeStampToken, as requested, is present
psGrantedWithMods = 1 psGrantedWithMods when the PKIStatus contains the value one a TimeStampToken, with modifications, is present.
psRejection = 2 psRejection request is rejected
psWaiting = 3 psWaiting request is postponed
psRevocationWarning = 4 psRevocationWarning this message contains a warning that a revocation is imminent
psRevocationNotification = 5 psRevocationNotification notification that a revocation has occurred
psKeyUpdateWarning = 6 psKeyUpdateWarning key update warning
Declared in
[.NET] [Pascal]
Namespace: SBPKICommon
Assembly: SecureBlackbox
Unit: SBPKICommon

 
 

Description

    Use this property to save server reply to the stream.

 
 

See also:     LoadRequestFromStream    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation