共用方式為


UrlSigningKey Constructors

Definition

Overloads

UrlSigningKey()

Initializes a new instance of the UrlSigningKey class.

UrlSigningKey(String, KeyVaultSigningKeyParameters)

Initializes a new instance of the UrlSigningKey class.

UrlSigningKey()

Initializes a new instance of the UrlSigningKey class.

public UrlSigningKey ();
Public Sub New ()

Applies to

UrlSigningKey(String, KeyVaultSigningKeyParameters)

Initializes a new instance of the UrlSigningKey class.

public UrlSigningKey (string keyId, Microsoft.Azure.Management.Cdn.Models.KeyVaultSigningKeyParameters keySourceParameters);
new Microsoft.Azure.Management.Cdn.Models.UrlSigningKey : string * Microsoft.Azure.Management.Cdn.Models.KeyVaultSigningKeyParameters -> Microsoft.Azure.Management.Cdn.Models.UrlSigningKey
Public Sub New (keyId As String, keySourceParameters As KeyVaultSigningKeyParameters)

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
KeyVaultSigningKeyParameters

Defines the parameters for using customer key vault for Url Signing Key.

Applies to