Search Results for

    Show / Hide Table of Contents

    Class ServiceOAuthSecurityDescription

    Describes service OAuth security.

    Inheritance
    object
    ServiceOAuthSecurityDescription
    Implements
    IExtensibleDataObject
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services.Policies
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ServiceOAuthSecurityDescription : IExtensibleDataObject

    Constructors

    ServiceOAuthSecurityDescription()

    Declaration
    public ServiceOAuthSecurityDescription()

    Properties

    ExtensionData

    Gets or sets ExtensionDataObject that enables serialization round-trips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    IsTokenRequired

    Gets or sets flag that indicates whether OAuth token is required.

    Declaration
    [DataMember]
    public bool IsTokenRequired { get; set; }
    Property Value
    Type Description
    bool

    Token

    Gets or sets OAuth token parameters.

    Declaration
    [DataMember]
    public OAuthTokenDescriptionBase Token { get; set; }
    Property Value
    Type Description
    OAuthTokenDescriptionBase

    Implements

    IExtensibleDataObject
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation