Digest Class
A digest.
- Inheritance
-
azure.mgmt.dns._serialization.ModelDigest
Constructor
Digest(*, algorithm_type: int | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
algorithm_type
|
The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml. |
value
|
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. |
Variables
Name | Description |
---|---|
algorithm_type
|
The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml. |
value
|
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python