Uses of Class
com.microsoft.azure.management.cdn.UrlSigningKey
Packages that use UrlSigningKey
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlSigningKey in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return UrlSigningKeyModifier and TypeMethodDescriptionSet defines the customer defined key Id.UrlSigningKey.withKeySourceParameters
(KeyVaultSigningKeyParameters keySourceParameters) Set defines the parameters for using customer key vault for Url Signing Key.Methods in com.microsoft.azure.management.cdn that return types with arguments of type UrlSigningKeyModifier and TypeMethodDescriptionEndpointUpdateParameters.urlSigningKeys()
Get list of keys used to validate the signed URL hashes.Method parameters in com.microsoft.azure.management.cdn with type arguments of type UrlSigningKeyModifier and TypeMethodDescriptionEndpointUpdateParameters.withUrlSigningKeys
(List<UrlSigningKey> urlSigningKeys) Set list of keys used to validate the signed URL hashes.