Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class UntrustedCredentials : Carrier
public UntrustedCredentials()
public virtual string Comment { get; set; }
public virtual bool IsActive { get; set; }
public virtual string PublicValue { get; set; }
public virtual string SecretValue { get; set; }
public virtual DateTime ValidFrom { get; set; }
public virtual DateTime ValidTo { get; set; }
Was this page helpful?