Show / Hide Table of Contents

Class WifiObject

Inheritance
System.Object
CollectObject
WifiObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
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.Nullable<System.String>
| Improve this Doc View Source

Encryption

Declaration
public string? Encryption { get; set; }
Property Value
Type Description
System.Nullable<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.Nullable<System.String>
| Improve this Doc View Source

SSID

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