Interface ISSLSessionContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSessionContext.html
public interface ISSLSessionContext
Properties
Ids
Enumeration<byte[]> Ids { get; }
Property Value
- Enumeration<byte[]>
SessionCacheSize
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSessionContext.html#getSessionCacheSize-- https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSessionContext.html#setSessionCacheSize-int-
int SessionCacheSize { get; set; }
Property Value
SessionTimeout
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSessionContext.html#getSessionTimeout-- https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSessionContext.html#setSessionTimeout-int-
int SessionTimeout { get; set; }
Property Value
Methods
GetSession(byte[])
SSLSession GetSession(byte[] arg0)