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 SourceAuthentication
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. |
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. |
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. |
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 SourceILink<Vault>.Name
Declaration
string ILink<Vault>.Name { get; }
Returns
Type | Description |
---|---|
System.String |
Implements
| Improve this Doc View SourceILink<Vault>.Next
Declaration
Vault ILink<Vault>.Next { get; set; }
Returns
Type | Description |
---|---|
Vault |