API Reference
Struct
TrustProtocolResult
Represents protocol-related properties of a trust relationship.
Inheritance
- ValueType
- TrustProtocolResult
Constructors
public TrustProtocolResult(TrustInfo trust, Boolean downlevelDomain, Boolean rc4Only) #Initializes a new instance of the TrustProtocolResult struct.
Parameters
- trust ADPlayground.Trusts.TrustInfo
- Trust relationship information.
- downlevelDomain System.Boolean
- Whether the trust is with a downlevel domain.
- rc4Only System.Boolean
- Whether only RC4 encryption is permitted.