public class AsymmetricSecurityBindingElement extends SecurityBindingElement implements IPolicyExportExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.AsymmetricSecurityBindingElement
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Channels.AsymmetricSecurityBindingElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AsymmetricSecurityBindingElement() |
AsymmetricSecurityBindingElement(java.lang.Object instance)
Internal constructor.
|
AsymmetricSecurityBindingElement(SecurityTokenParameters recipientTokenParameters) |
AsymmetricSecurityBindingElement(SecurityTokenParameters recipientTokenParameters,
SecurityTokenParameters initiatorTokenParameters) |
| Modifier and Type | Method and Description |
|---|---|
static AsymmetricSecurityBindingElement |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AsymmetricSecurityBindingElement, a cast assert is made to check if types are compatible. |
BindingElement |
Clone() |
boolean |
getAllowSerializedSigningTokenOnReply() |
SecurityTokenParameters |
getInitiatorTokenParameters() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
MessageProtectionOrder |
getMessageProtectionOrder() |
SecurityTokenParameters |
getRecipientTokenParameters() |
boolean |
getRequireSignatureConfirmation() |
void |
setAllowSerializedSigningTokenOnReply(boolean AllowSerializedSigningTokenOnReply) |
void |
setInitiatorTokenParameters(SecurityTokenParameters InitiatorTokenParameters) |
void |
setJCOInstance(JCObject instance) |
void |
SetKeyDerivation(boolean requireDerivedKeys) |
void |
setMessageProtectionOrder(MessageProtectionOrder MessageProtectionOrder) |
void |
setRecipientTokenParameters(SecurityTokenParameters RecipientTokenParameters) |
void |
setRequireSignatureConfirmation(boolean RequireSignatureConfirmation) |
CreateAnonymousForCertificateBindingElement, CreateCertificateOverTransportBindingElement, CreateCertificateOverTransportBindingElement, CreateCertificateSignatureBindingElement, CreateIssuedTokenBindingElement, CreateIssuedTokenForCertificateBindingElement, CreateIssuedTokenForSslBindingElement, CreateIssuedTokenForSslBindingElement, CreateIssuedTokenOverTransportBindingElement, CreateKerberosBindingElement, CreateKerberosOverTransportBindingElement, CreateMutualCertificateBindingElement, CreateMutualCertificateBindingElement, CreateMutualCertificateBindingElement, CreateMutualCertificateDuplexBindingElement, CreateMutualCertificateDuplexBindingElement, CreateSecureConversationBindingElement, CreateSecureConversationBindingElement, CreateSecureConversationBindingElement, CreateSslNegotiationBindingElement, CreateSslNegotiationBindingElement, CreateSspiNegotiationBindingElement, CreateSspiNegotiationBindingElement, CreateSspiNegotiationOverTransportBindingElement, CreateSspiNegotiationOverTransportBindingElement, CreateUserNameForCertificateBindingElement, CreateUserNameForSslBindingElement, CreateUserNameForSslBindingElement, CreateUserNameOverTransportBindingElement, getAllowInsecureTransport, getDefaultAlgorithmSuite, getEnableUnsecuredResponse, getEndpointSupportingTokenParameters, getIncludeTimestamp, getKeyEntropyMode, getLocalClientSettings, getLocalServiceSettings, getMessageSecurityVersion, getOptionalEndpointSupportingTokenParameters, getProtectTokens, getSecurityHeaderLayout, setAllowInsecureTransport, setDefaultAlgorithmSuite, setEnableUnsecuredResponse, setIncludeTimestamp, setKeyEntropyMode, setMessageSecurityVersion, setProtectTokens, setSecurityHeaderLayoutEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringExportPolicy, ToIPolicyExportExtensionpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AsymmetricSecurityBindingElement()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public AsymmetricSecurityBindingElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic AsymmetricSecurityBindingElement(SecurityTokenParameters recipientTokenParameters) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException
public AsymmetricSecurityBindingElement(SecurityTokenParameters recipientTokenParameters, SecurityTokenParameters initiatorTokenParameters) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException
public static AsymmetricSecurityBindingElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AsymmetricSecurityBindingElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAsymmetricSecurityBindingElement instancejava.lang.Throwable - in case of error during cast operationpublic BindingElement Clone() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, NotSupportedException, ArgumentOutOfRangeException, KeyNotFoundException
Clone in class BindingElementjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionpublic boolean getAllowSerializedSigningTokenOnReply()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityTokenParameters getInitiatorTokenParameters() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IPolicyExportExtensiongetJCOAssemblyName in class SecurityBindingElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IPolicyExportExtensiongetJCOClassName in class SecurityBindingElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IPolicyExportExtensiongetJCOInstance in class SecurityBindingElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IPolicyExportExtensiongetJCOObjectName in class SecurityBindingElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IPolicyExportExtensiongetJCOType in class SecurityBindingElementJCType representing the CLR Type of the instantiated Classpublic MessageProtectionOrder getMessageProtectionOrder() throws java.lang.Throwable
java.lang.Throwablepublic SecurityTokenParameters getRecipientTokenParameters() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRequireSignatureConfirmation()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowSerializedSigningTokenOnReply(boolean AllowSerializedSigningTokenOnReply)
throws java.lang.Throwable
java.lang.Throwablepublic void setInitiatorTokenParameters(SecurityTokenParameters InitiatorTokenParameters) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityBindingElementpublic void SetKeyDerivation(boolean requireDerivedKeys)
throws java.lang.Throwable
SetKeyDerivation in class SecurityBindingElementjava.lang.Throwablepublic void setMessageProtectionOrder(MessageProtectionOrder MessageProtectionOrder) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setRecipientTokenParameters(SecurityTokenParameters RecipientTokenParameters) throws java.lang.Throwable
java.lang.Throwablepublic void setRequireSignatureConfirmation(boolean RequireSignatureConfirmation)
throws java.lang.Throwable
java.lang.Throwable