Interface Retrievable
- Namespace
- Secret
- Assembly
- Secret-1.dll
public interface Retrievable : NativeObject, GTypeProvider, IDisposable
- Inherited Members
-
Fields
AttributesPropertyDefinition
public static readonly Property<HashTable, Retrievable> AttributesPropertyDefinition
Field Value
- Property<HashTable, Retrievable>
CreatedPropertyDefinition
public static readonly Property<ulong, Retrievable> CreatedPropertyDefinition
Field Value
- Property<ulong, Retrievable>
LabelPropertyDefinition
public static readonly Property<string?, Retrievable> LabelPropertyDefinition
Field Value
- Property<string, Retrievable>
ModifiedPropertyDefinition
public static readonly Property<ulong, Retrievable> ModifiedPropertyDefinition
Field Value
- Property<ulong, Retrievable>
Properties
Attributes
HashTable Attributes { get; set; }
Property Value
- HashTable
Created
ulong Created { get; set; }
Property Value
- ulong
Label
string? Label { get; set; }
Property Value
- string
Modified
ulong Modified { get; set; }
Property Value
- ulong
Methods
GetAttributes()
[Version("0.19.0")]
HashTable GetAttributes()
Returns
- HashTable
GetCreated()
[Version("0.19.0")]
ulong GetCreated()
Returns
- ulong
GetLabel()
[Version("0.19.0")]
string GetLabel()
Returns
- string
GetModified()
[Version("0.19.0")]
ulong GetModified()
Returns
- ulong
RetrieveSecretFinish(AsyncResult)
[Version("0.19.0")]
Value? RetrieveSecretFinish(AsyncResult result)
Parameters
result AsyncResult
Returns
- Value
RetrieveSecretSync(Cancellable?)
[Version("0.19.0")]
Value? RetrieveSecretSync(Cancellable? cancellable)
Parameters
cancellable Cancellable
Returns
- Value