VaultExtensionMethodSource Class

Defines a vault extension method call to obtain (read) a value from the vault. Also allows defining a vault extension method call to update (write) a value in the vault.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class VaultExtensionMethodSource : Source, 
	IMethodSource
Inheritance
Object    Source    VaultExtensionMethodSource
Implements
IMethodSource

Constructors

Properties

Read A vault extension method call used to obtain (read) a value from the vault.
TypeName The name of the source.
(Overrides SourceTypeName)
Write A vault extension method call used to update (write) a value in the vault. The VaultExtensionMethodCall should map the "text" value to a parameter index as the value to store.

Fields

See Also