Class TRALDigestParams

Unit

Declaration

type TRALDigestParams = class(TPersistent)

Description

Class for Digest auth parameters definitions

Hierarchy

Overview

Properties

Published property Algorithm: TRALDigestAlgorithm read FAlgorithm write FAlgorithm;
Published property Charset: StringRAL read FCharset write FCharset;
Published property CNonce: StringRAL read FCNonce write FCNonce;
Published property Domain: StringRAL read FDomain write FDomain;
Published property NC: integer read FNC write FNC;
Published property Nonce: StringRAL read FNonce write FNonce;
Published property Opaque: StringRAL read FOpaque write FOpaque;
Published property Qop: StringRAL read FQop write FQop;
Published property Realm: StringRAL read FRealm write FRealm;
Published property SessAlgorithm: boolean read FSessAlgorithm write FSessAlgorithm;
Published property Stale: StringRAL read FStale write FStale;
Published property UserHash: boolean read FUserHash write FUserHash;

Description

Properties

Published property Algorithm: TRALDigestAlgorithm read FAlgorithm write FAlgorithm;
 
Published property Charset: StringRAL read FCharset write FCharset;
 
Published property CNonce: StringRAL read FCNonce write FCNonce;
 
Published property Domain: StringRAL read FDomain write FDomain;
 
Published property NC: integer read FNC write FNC;
 
Published property Nonce: StringRAL read FNonce write FNonce;
 
Published property Opaque: StringRAL read FOpaque write FOpaque;
 
Published property Qop: StringRAL read FQop write FQop;
 
Published property Realm: StringRAL read FRealm write FRealm;
 
Published property SessAlgorithm: boolean read FSessAlgorithm write FSessAlgorithm;
 
Published property Stale: StringRAL read FStale write FStale;
 
Published property UserHash: boolean read FUserHash write FUserHash;
 


GitHub Repository
Generated by PasDoc 0.16.0.