Group
Show / Hide Table of Contents

Class SecurityCredential

A security credential/clearance found on a resume

Inheritance
System.Object
SecurityCredential
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: Textkernel.Tx.Models.Resume.Military
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SecurityCredential

Properties

| Improve this Doc View Source

FoundInContext

The full context of where this clearance/credential was found

Declaration
public string FoundInContext { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The name of the credential/clearance

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾