UriSigningKey(String, KeyVaultSigningKey) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of UriSigningKey.
public UriSigningKey (string keyId, Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey keySourceParameters);
new Azure.ResourceManager.Cdn.Models.UriSigningKey : string * Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey -> Azure.ResourceManager.Cdn.Models.UriSigningKey
Public Sub New (keyId As String, keySourceParameters As KeyVaultSigningKey)
Parameters
- keyId
- String
Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.
- keySourceParameters
- KeyVaultSigningKey
Defines the parameters for using customer key vault for Url Signing Key.
Exceptions
keyId
or keySourceParameters
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET