BaiduCredential Class

Definition

Represents Baidu credentials

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

Constructors

BaiduCredential()

Initializes a new instance of the BaiduCredential class.

BaiduCredential(String)

Initializes a new instance of the BaiduCredential class.

Properties

BaiduApiKey

Gets or sets the Baidu API key.

BaiduEndPoint

Gets or sets the Baidu end point.

BaiduSecretKey

Gets or sets the Baidu secret key.

BlockedOn

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

(Inherited from PnsCredential)
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)

Methods

Equals(Object)

Determines whether the specified Object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

OnValidate(Boolean)

Validates the credential.

ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to