Home
last modified time | relevance | path

Searched refs:encryptionPolicy (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SslSessionsCache.cs48 …al SslCredKey(byte[] thumbPrint, SchProtocols allowedProtocols, EncryptionPolicy encryptionPolicy) in SslCredKey()
63 _HashCode ^= (int)encryptionPolicy; in SslCredKey()
65 _EncryptionPolicy = encryptionPolicy; in SslCredKey()
130 …chedCredential(byte[] thumbPrint, SchProtocols allowedProtocols, EncryptionPolicy encryptionPolicy) in TryCachedCredential() argument
138 object key = new SslCredKey(thumbPrint, allowedProtocols, encryptionPolicy); in TryCachedCredential()
157 …entials creds, byte[] thumbPrint, SchProtocols allowedProtocols, EncryptionPolicy encryptionPolicy) in CacheCredential() argument
166 object key = new SslCredKey(thumbPrint, allowedProtocols, encryptionPolicy); in CacheCredential()
H A D_SecureChannel.cs91 …bool checkCertRevocationStatus, EncryptionPolicy encryptionPolicy, LocalCertSelectionCallback cert… in SecureChannel() argument
94 …icates.Count.ToString(NumberFormatInfo.InvariantInfo)) + ", encryptionPolicy=" + encryptionPolicy); in SecureChannel()
95 …ates, remoteCertRequired, checkCertName, checkCertRevocationStatus, encryptionPolicy, certSelectio… in SecureChannel()
116 m_EncryptionPolicy = encryptionPolicy; in SecureChannel()
121 …bool checkCertRevocationStatus, EncryptionPolicy encryptionPolicy, LocalCertSelectionCallback cert… in SecureChannel() argument
124 …icates.Count.ToString(NumberFormatInfo.InvariantInfo)) + ", encryptionPolicy=" + encryptionPolicy); in SecureChannel()
147 m_EncryptionPolicy = encryptionPolicy; in SecureChannel()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslSessionsCache.cs34 …dKey(byte[] thumbPrint, int allowedProtocols, bool isServerMode, EncryptionPolicy encryptionPolicy) in SslCredKey()
38 _encryptionPolicy = encryptionPolicy; in SslCredKey()
117 …ial(byte[] thumbPrint, SslProtocols sslProtocols, bool isServer, EncryptionPolicy encryptionPolicy) in TryCachedCredential() argument
125 var key = new SslCredKey(thumbPrint, (int)sslProtocols, isServer, encryptionPolicy); in TryCachedCredential()
144 …ds, byte[] thumbPrint, SslProtocols sslProtocols, bool isServer, EncryptionPolicy encryptionPolicy) in CacheCredential() argument
157 var key = new SslCredKey(thumbPrint, (int)sslProtocols, isServer, encryptionPolicy); in CacheCredential()
H A DSslStream.cs71 …alCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) in SslStream() argument
74 …if (encryptionPolicy != EncryptionPolicy.RequireEncryption && encryptionPolicy != EncryptionPolicy… in SslStream()
76 …ew ArgumentException(SR.Format(SR.net_invalid_enum, "EncryptionPolicy"), nameof(encryptionPolicy)); in SslStream()
81 _encryptionPolicy = encryptionPolicy; in SslStream()
H A DNetEventSource.Security.cs67 …, string hostname, X509CertificateCollection clientCertificates, EncryptionPolicy encryptionPolicy) in SecureChannelCtor() argument
71 …hannelCtor(hostname, GetHashCode(secureChannel), clientCertificates?.Count ?? 0, encryptionPolicy); in SecureChannelCtor()
75 …hostname, int secureChannelHash, int clientCertificatesCount, EncryptionPolicy encryptionPolicy) => in SecureChannelCtor() argument
76 …(SecureChannelCtorId, hostname, secureChannelHash, clientCertificatesCount, (int)encryptionPolicy); in SecureChannelCtor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DServicePointManagerElement.cs23 this.properties.Add(this.encryptionPolicy); in ServicePointManagerElement()
85 get { return (EncryptionPolicy)this[this.encryptionPolicy]; }
86 set { this[this.encryptionPolicy] = value; }
138 readonly ConfigurationProperty encryptionPolicy = field in System.Net.Configuration.ServicePointManagerElement
H A DSettingsSection.cs160 this.encryptionPolicy = section.ServicePointManager.EncryptionPolicy; in SettingsSectionInternal()
256 get { return this.encryptionPolicy; }
338 EncryptionPolicy encryptionPolicy; field in System.Net.Configuration.SettingsSectionInternal
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DClientAsyncAuthenticateTest.cs122 private Task ClientAsyncSslHelper(EncryptionPolicy encryptionPolicy) in ClientAsyncSslHelper() argument
124 …return ClientAsyncSslHelper(encryptionPolicy, SslProtocolSupport.DefaultSslProtocols, SslProtocolS… in ClientAsyncSslHelper()
133 EncryptionPolicy encryptionPolicy, in ClientAsyncSslHelper() argument
141 using (var server = new DummyTcpServer(endPoint, encryptionPolicy)) in ClientAsyncSslHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs91 …alCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) in SslStream() argument
94 …if (encryptionPolicy != EncryptionPolicy.RequireEncryption && encryptionPolicy != EncryptionPolicy… in SslStream()
101 …erStream, _userCertValidationCallbackWrapper, _userCertSelectionCallbackWrapper, encryptionPolicy); in SslStream()
H A D_SslState.cs109 … innerStream, bool isHTTP, EncryptionPolicy encryptionPolicy): this(innerStream, null, null, encry… in SslState() argument
117 …tionCallback, LocalCertSelectionCallback certSelectionCallback, EncryptionPolicy encryptionPolicy) in SslState() argument
123 _EncryptionPolicy = encryptionPolicy; in SslState()
129 …LocalCertSelectionCallback certSelectionCallback, EncryptionPolicy encryptionPolicy, SSPIConfigur… in SslState() argument
130 : this(innerStream, certValidationCallback, certSelectionCallback, encryptionPolicy) in SslState()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DPolicy.php48 public $encryptionPolicy; variable in Google_Service_AndroidManagement_Policy
322 public function setEncryptionPolicy($encryptionPolicy) argument
324 $this->encryptionPolicy = $encryptionPolicy;
328 return $this->encryptionPolicy;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DPolicy.php51 public $encryptionPolicy; variable in Google_Service_AndroidManagement_Policy
355 public function setEncryptionPolicy($encryptionPolicy) argument
357 $this->encryptionPolicy = $encryptionPolicy;
361 return $this->encryptionPolicy;
/dports/security/kleopatra/kleopatra-21.12.3/src/commands/
H A Dsignencryptfilescommand.h41 Policy encryptionPolicy() const;
H A Dsignencryptfilescommand.cpp192 Policy SignEncryptFilesCommand::encryptionPolicy() const in encryptionPolicy() function in SignEncryptFilesCommand
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.cs129 …alCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) in SslStream() argument
427 …alCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy)
H A DSslStream.platformnotsupported.cs76 …alCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/ref/
H A DSystem.Net.Security.cs150 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base(inner… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7899 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8016 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7897 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8012 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11130 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11162 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11160 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11130 …rCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (defa… in SslStream() argument

12