Class NegotiateAuthenticationClientOptions

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Net.Security
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.Security.NegotiateAuthenticationClientOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • NegotiateAuthenticationClientOptions

        public NegotiateAuthenticationClientOptions​(java.lang.Object instance)
                                             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • NegotiateAuthenticationClientOptions

        public NegotiateAuthenticationClientOptions()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getRequireMutualAuthentication

        public boolean getRequireMutualAuthentication()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequireMutualAuthentication

        public void setRequireMutualAuthentication​(boolean RequireMutualAuthentication)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCredential

        public NetworkCredential getCredential()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCredential

        public void setCredential​(NetworkCredential Credential)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequiredProtectionLevel

        public ProtectionLevel getRequiredProtectionLevel()
                                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequiredProtectionLevel

        public void setRequiredProtectionLevel​(ProtectionLevel RequiredProtectionLevel)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBinding

        public ChannelBinding getBinding()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBinding

        public void setBinding​(ChannelBinding Binding)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAllowedImpersonationLevel

        public TokenImpersonationLevel getAllowedImpersonationLevel()
                                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowedImpersonationLevel

        public void setAllowedImpersonationLevel​(TokenImpersonationLevel AllowedImpersonationLevel)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPackage

        public java.lang.String getPackage()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPackage

        public void setPackage​(java.lang.String Package)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTargetName

        public java.lang.String getTargetName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTargetName

        public void setTargetName​(java.lang.String TargetName)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable