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;

This item has no description.

Published property Charset: StringRAL read FCharset write FCharset;

This item has no description.

Published property CNonce: StringRAL read FCNonce write FCNonce;

This item has no description.

Published property Domain: StringRAL read FDomain write FDomain;

This item has no description.

Published property NC: integer read FNC write FNC;

This item has no description.

Published property Nonce: StringRAL read FNonce write FNonce;

This item has no description.

Published property Opaque: StringRAL read FOpaque write FOpaque;

This item has no description.

Published property Qop: StringRAL read FQop write FQop;

This item has no description.

Published property Realm: StringRAL read FRealm write FRealm;

This item has no description.

Published property SessAlgorithm: boolean read FSessAlgorithm write FSessAlgorithm;

This item has no description.

Published property Stale: StringRAL read FStale write FStale;

This item has no description.

Published property UserHash: boolean read FUserHash write FUserHash;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.