AkamaiSignatureHeaderAuthenticationKey Constructors

Definition

Overloads

AkamaiSignatureHeaderAuthenticationKey()

Initializes a new instance of the AkamaiSignatureHeaderAuthenticationKey class.

AkamaiSignatureHeaderAuthenticationKey(String, String, Nullable<DateTime>)

Initializes a new instance of the AkamaiSignatureHeaderAuthenticationKey class.

AkamaiSignatureHeaderAuthenticationKey()

Initializes a new instance of the AkamaiSignatureHeaderAuthenticationKey class.

public AkamaiSignatureHeaderAuthenticationKey ();
Public Sub New ()

Applies to

AkamaiSignatureHeaderAuthenticationKey(String, String, Nullable<DateTime>)

Initializes a new instance of the AkamaiSignatureHeaderAuthenticationKey class.

public AkamaiSignatureHeaderAuthenticationKey (string identifier = default, string base64Key = default, DateTime? expiration = default);
new Microsoft.Azure.Management.Media.Models.AkamaiSignatureHeaderAuthenticationKey : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Media.Models.AkamaiSignatureHeaderAuthenticationKey
Public Sub New (Optional identifier As String = Nothing, Optional base64Key As String = Nothing, Optional expiration As Nullable(Of DateTime) = Nothing)

Parameters

identifier
String

identifier of the key

base64Key
String

authentication key

expiration
Nullable<DateTime>

The expiration time of the authentication key.

Applies to