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