Show / Hide Table of Contents

Class Vault

Provides metadata for an Aras file vault

Inheritance
System.Object
Vault
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class Vault : ILink<Vault>

Properties

| Improve this Doc View Source

Authentication

Gets or sets the authentication scheme to use with the vault.

Declaration
public AuthenticationSchemes Authentication { get; set; }
Property Value
Type Description
System.Net.AuthenticationSchemes

The authentication scheme to use with the vault.

| Improve this Doc View Source

Cookies

Gets the cookies used for vault communication (e.g. session state or authentication cookies).

Declaration
public CookieContainer Cookies { get; }
Property Value
Type Description
System.Net.CookieContainer

The cookies used for vault communication.

| Improve this Doc View Source

Id

Gets or sets the Aras ID of the vault.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

The Aras ID of the vault.

| Improve this Doc View Source

Url

Gets or sets the URL.

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

The URL.

Explicit Interface Implementations

| Improve this Doc View Source

ILink<Vault>.Name

Declaration
string ILink<Vault>.Name { get; }
Returns
Type Description
System.String
Implements
ILink<T>.Name
| Improve this Doc View Source

ILink<Vault>.Next

Declaration
Vault ILink<Vault>.Next { get; set; }
Returns
Type Description
Vault
Implements
ILink<T>.Next
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX