public class SslServerAuthenticationOptions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.SslServerAuthenticationOptions
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Security
|
static java.lang.String |
className
Qualified class name: System.Net.Security.SslServerAuthenticationOptions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SslServerAuthenticationOptions() |
SslServerAuthenticationOptions(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SslServerAuthenticationOptions()
throws java.lang.Throwable
java.lang.Throwablepublic SslServerAuthenticationOptions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SslServerAuthenticationOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SslServerAuthenticationOptions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSslServerAuthenticationOptions instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowRenegotiation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowTlsResume()
throws java.lang.Throwable
java.lang.Throwablepublic X509ChainPolicy getCertificateChainPolicy() throws java.lang.Throwable
java.lang.Throwablepublic X509RevocationMode getCertificateRevocationCheckMode() throws java.lang.Throwable
java.lang.Throwablepublic CipherSuitesPolicy getCipherSuitesPolicy() throws java.lang.Throwable
java.lang.Throwablepublic boolean getClientCertificateRequired()
throws java.lang.Throwable
java.lang.Throwablepublic SslProtocols getEnabledSslProtocols() throws java.lang.Throwable
java.lang.Throwablepublic EncryptionPolicy getEncryptionPolicy() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic RemoteCertificateValidationCallback getRemoteCertificateValidationCallback() throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate getServerCertificate() throws java.lang.Throwable
java.lang.Throwablepublic SslStreamCertificateContext getServerCertificateContext() throws java.lang.Throwable
java.lang.Throwablepublic ServerCertificateSelectionCallback getServerCertificateSelectionCallback() throws java.lang.Throwable
java.lang.Throwablepublic void setAllowRenegotiation(boolean AllowRenegotiation)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowTlsResume(boolean AllowTlsResume)
throws java.lang.Throwable
java.lang.Throwablepublic void setCertificateChainPolicy(X509ChainPolicy CertificateChainPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setCertificateRevocationCheckMode(X509RevocationMode CertificateRevocationCheckMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setCipherSuitesPolicy(CipherSuitesPolicy CipherSuitesPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setClientCertificateRequired(boolean ClientCertificateRequired)
throws java.lang.Throwable
java.lang.Throwablepublic void setEnabledSslProtocols(SslProtocols EnabledSslProtocols) throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptionPolicy(EncryptionPolicy EncryptionPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setRemoteCertificateValidationCallback(RemoteCertificateValidationCallback RemoteCertificateValidationCallback) throws java.lang.Throwable
java.lang.Throwablepublic void setServerCertificate(X509Certificate ServerCertificate) throws java.lang.Throwable
java.lang.Throwablepublic void setServerCertificateContext(SslStreamCertificateContext ServerCertificateContext) throws java.lang.Throwable
java.lang.Throwablepublic void setServerCertificateSelectionCallback(ServerCertificateSelectionCallback ServerCertificateSelectionCallback) throws java.lang.Throwable
java.lang.Throwable