C# Class System.Net.SecPkgContext_ConnectionInfo

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
DataCipherAlg int
DataHashAlg int
DataHashKeySize int
DataKeySize int
KeyExchKeySize int
KeyExchangeAlg int
Protocol int

Private Methods

Method Description
SecPkgContext_ConnectionInfo ( byte nativeBuffer ) : System.Diagnostics

Property Details

DataCipherAlg public_oe property

public int DataCipherAlg
return int

DataHashAlg public_oe property

public int DataHashAlg
return int

DataHashKeySize public_oe property

public int DataHashKeySize
return int

DataKeySize public_oe property

public int DataKeySize
return int

KeyExchKeySize public_oe property

public int KeyExchKeySize
return int

KeyExchangeAlg public_oe property

public int KeyExchangeAlg
return int

Protocol public_oe property

public int Protocol
return int