AdmCredential Class

Definition

Represents an ADM credential

[System.Runtime.Serialization.DataContract(Name="AdmCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class AdmCredential : Microsoft.Azure.NotificationHubs.PnsCredential
[<System.Runtime.Serialization.DataContract(Name="AdmCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type AdmCredential = class
    inherit PnsCredential
Public Class AdmCredential
Inherits PnsCredential
Inheritance
Attributes

Constructors

AdmCredential()

Initializes a new instance of the AdmCredential class.

AdmCredential(String, String)

Initializes a new instance of the AdmCredential class.

Properties

AuthTokenUrl

Gets or sets the URL of the authorization token.

BlockedOn

Gets or sets the time and date this credential is blocked on.

(Inherited from PnsCredential)
ClientId

Gets or sets the client identifier.

ClientSecret

Gets or sets the credential secret access key.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Indicate if the instance is read-only mode.

(Inherited from EntityDescription)
Item[String]

Gets or sets the value associated with this credential.

(Inherited from PnsCredential)
Properties

Gets or sets the properties of this credential.

(Inherited from PnsCredential)
SendUrlTemplate

Gets or sets the sending URL template.

Methods

Equals(Object)

Specifies whether this credential is equal to the specified object.

GetHashCode()

Retrieves the hash code for the credential.

OnValidate(Boolean)

Validates the Amazon Device Messaging credentials.

ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to