Show / Hide Table of Contents

Class WifiObject

Inheritance
System.Object
CollectObject
WifiObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
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: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class WifiObject : CollectObject

Constructors

| Improve this Doc View Source

WifiObject(String)

Declaration
public WifiObject(string SSID)
Parameters
Type Name Description
System.String SSID

Properties

| Improve this Doc View Source

Authentication

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

Encryption

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

Identity

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

Password

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

SSID

Declaration
public string SSID { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX