NokiaXCredential Class

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.EntityDescription
    Microsoft.ServiceBus.Notifications.PnsCredential
      Microsoft.ServiceBus.Notifications.NokiaXCredential

Namespace:  Microsoft.ServiceBus.Notifications
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "NokiaXCredential", Namespace := "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")> _
Public Class NokiaXCredential _
    Inherits PnsCredential
'Usage
Dim instance As NokiaXCredential
[DataContractAttribute(Name = "NokiaXCredential", Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NokiaXCredential : PnsCredential
[DataContractAttribute(Name = L"NokiaXCredential", Namespace = L"https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public ref class NokiaXCredential : public PnsCredential
[<DataContractAttribute(Name = "NokiaXCredential", Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NokiaXCredential =  
    class
        inherit PnsCredential
    end
public class NokiaXCredential extends PnsCredential

The NokiaXCredential type exposes the following members.

Constructors

  Name Description
Public method NokiaXCredential()
Public method NokiaXCredential(String)

Top

Properties

  Name Description
Public property AuthorizationKey
Public property BlockedOn Gets or sets the time and date this credential is blocked on. (Inherited from PnsCredential.)
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from EntityDescription.)
Public property IsReadOnly Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription.)
Protected property Item Gets or sets the value associated with this credential. (Inherited from PnsCredential.)
Public property NokiaXEndPoint
Public property Properties Gets or sets the properties of this credential. (Inherited from PnsCredential.)

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnValidate (Overrides PnsCredential.OnValidate(Boolean).)
Protected method ThrowIfReadOnly Throws an exception if the entity description is read-only. (Inherited from EntityDescription.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ServiceBus.Notifications Namespace