Class TRALDigestParams
Unit
Declaration
type TRALDigestParams = class(TPersistent)
Description
Class for Digest auth parameters definitions
Hierarchy
- TObject
- TPersistent
- TRALDigestParams
Overview
Properties
![]() |
property Algorithm: TRALDigestAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property Charset: StringRAL read FCharset write FCharset; |
![]() |
property CNonce: StringRAL read FCNonce write FCNonce; |
![]() |
property Domain: StringRAL read FDomain write FDomain; |
![]() |
property NC: integer read FNC write FNC; |
![]() |
property Nonce: StringRAL read FNonce write FNonce; |
![]() |
property Opaque: StringRAL read FOpaque write FOpaque; |
![]() |
property Qop: StringRAL read FQop write FQop; |
![]() |
property Realm: StringRAL read FRealm write FRealm; |
![]() |
property SessAlgorithm: boolean read FSessAlgorithm write FSessAlgorithm; |
![]() |
property Stale: StringRAL read FStale write FStale; |
![]() |
property UserHash: boolean read FUserHash write FUserHash; |
Description
Properties
![]() |
property Algorithm: TRALDigestAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property Charset: StringRAL read FCharset write FCharset; |
![]() |
property CNonce: StringRAL read FCNonce write FCNonce; |
![]() |
property Domain: StringRAL read FDomain write FDomain; |
![]() |
property NC: integer read FNC write FNC; |
![]() |
property Nonce: StringRAL read FNonce write FNonce; |
![]() |
property Opaque: StringRAL read FOpaque write FOpaque; |
![]() |
property Qop: StringRAL read FQop write FQop; |
![]() |
property Realm: StringRAL read FRealm write FRealm; |
![]() |
property SessAlgorithm: boolean read FSessAlgorithm write FSessAlgorithm; |
![]() |
property Stale: StringRAL read FStale write FStale; |
![]() |
property UserHash: boolean read FUserHash write FUserHash; |
GitHub Repository
Generated by PasDoc 0.16.0.
