DsDigestMethod
DsDigestMethod
export interface DsDigestMethod {
'algorithm'?: string;
'getvalue'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
algorithm | Optional | string | {string} DsDigestMethod |
getvalue | Optional | string | {string} DsDigestMethod |