Package system.web.configuration
Class MachineKeySection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.ConfigurationElement
-
- system.configuration.ConfigurationSection
-
- system.web.configuration.MachineKeySection
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class MachineKeySection extends ConfigurationSection
The base .NET class managing System.Web.Configuration.MachineKeySection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Configuration.MachineKeySection
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Configuration.MachineKeySectionstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MachineKeySection()MachineKeySection(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MachineKeySectioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoMachineKeySection, a cast assert is made to check if types are compatible.java.lang.StringgetApplicationName()MachineKeyCompatibilityModegetCompatibilityMode()java.lang.StringgetDataProtectorType()java.lang.StringgetDecryption()java.lang.StringgetDecryptionKey()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeMachineKeyValidationgetValidation()java.lang.StringgetValidationAlgorithm()java.lang.StringgetValidationKey()voidsetApplicationName(java.lang.String ApplicationName)voidsetCompatibilityMode(MachineKeyCompatibilityMode CompatibilityMode)voidsetDataProtectorType(java.lang.String DataProtectorType)voidsetDecryption(java.lang.String Decryption)voidsetDecryptionKey(java.lang.String DecryptionKey)voidsetJCOInstance(JCObject instance)voidsetValidation(MachineKeyValidation Validation)voidsetValidationAlgorithm(java.lang.String ValidationAlgorithm)voidsetValidationKey(java.lang.String ValidationKey)-
Methods inherited from class system.configuration.ConfigurationSection
getSectionInformation
-
Methods inherited from class system.configuration.ConfigurationElement
getCurrentConfiguration, getElementInformation, getLockAllAttributesExcept, getLockAllElementsExcept, getLockAttributes, getLockElements, getLockItem, IsReadOnly, setLockItem
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Configuration.MachineKeySection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MachineKeySection
public MachineKeySection(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
MachineKeySection
public MachineKeySection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classConfigurationSection- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classConfigurationSection- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classConfigurationSection- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classConfigurationSection- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classConfigurationSection
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classConfigurationSection- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MachineKeySection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMachineKeySection, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MachineKeySectioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationException
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionNotSupportedException
-
getDataProtectorType
public java.lang.String getDataProtectorType() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationException
-
setDataProtectorType
public void setDataProtectorType(java.lang.String DataProtectorType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionNotSupportedException
-
getDecryption
public java.lang.String getDecryption() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, ConfigurationException, AmbiguousMatchException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionFormatExceptionConfigurationExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundException
-
setDecryption
public void setDecryption(java.lang.String Decryption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AmbiguousMatchException, IndexOutOfRangeException, ConfigurationErrorsException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAmbiguousMatchExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionKeyNotFoundException
-
getDecryptionKey
public java.lang.String getDecryptionKey() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationException
-
setDecryptionKey
public void setDecryptionKey(java.lang.String DecryptionKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionNotSupportedException
-
getValidationAlgorithm
public java.lang.String getValidationAlgorithm() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionConfigurationException
-
setValidationAlgorithm
public void setValidationAlgorithm(java.lang.String ValidationAlgorithm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, ConfigurationErrorsException, NullReferenceException, FormatException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionConfigurationErrorsExceptionNullReferenceExceptionFormatExceptionNotSupportedException
-
getValidationKey
public java.lang.String getValidationKey() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationException
-
setValidationKey
public void setValidationKey(java.lang.String ValidationKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionNotSupportedException
-
getCompatibilityMode
public MachineKeyCompatibilityMode getCompatibilityMode() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationException
-
setCompatibilityMode
public void setCompatibilityMode(MachineKeyCompatibilityMode CompatibilityMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionNotSupportedException
-
getValidation
public MachineKeyValidation getValidation() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionConfigurationException
-
setValidation
public void setValidation(MachineKeyValidation Validation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, NullReferenceException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionNullReferenceExceptionIndexOutOfRangeExceptionNotSupportedException
-
-