[SerializableAttribute]
public class VaultExtensionMethodSource : Source,
IMethodSource
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. |