|
Declaration
[C#]
TSBASHeaderScope = int;
const int hsMessage = 1
const int hsEncryption = 2
const int hsEncrypted = 4
const int hsSignature = 8
const int hsSigned = 16
const int hsData = 32
const int hsReceipt = 64
const int hsText = 128
const int hsDisposition = 256
const int hsSignatureData = 512
[VB.NET]
TSBASHeaderScope As Integer;
Const hsMessage As Integer = 1
Const hsEncryption As Integer = 2
Const hsEncrypted As Integer = 4
Const hsSignature As Integer = 8
Const hsSigned As Integer = 16
Const hsData As Integer = 32
Const hsReceipt As Integer = 64
Const hsText As Integer = 128
Const hsDisposition As Integer = 256
Const hsSignatureData As Integer = 512
[Pascal]
TSBASHeaderScope = (hsMessage, hsEncryption, hsEncrypted,
hsSignature, hsSigned, hsData, hsReceipt, hsText, hsDisposition, hsSignatureData);
[VB6]
not implemented;
[ActiveX]
not implemented;
[DLL]
not implemented;
|