File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -74,39 +74,39 @@ This command gets all TLS cipher suites for the computer.
7474
7575### Example 2: Get the cipher suites that match a string
7676```
77- PS C:\>Get-TlsCipherSuite -Name "SSL "
77+ PS C:\>Get-TlsCipherSuite -Name "AES "
7878KeyType : 0
79- Certificate : RSA
80- MaximumExchangeLength : 16384
81- MinimumExchangeLength : 512
82- Exchange : RSA
83- HashLength : 128
84- Hash : MD5
85- CipherBlockLength : 1
86- CipherLength : 128
87- BaseCipherSuite : 65664
88- CipherSuite : 65664
89- Cipher : RC4
90- Name : SSL_CK_RC4_128_WITH_MD5
91- Protocols : {2 }
79+ Certificate : ECDSA
80+ MaximumExchangeLength : 65536
81+ MinimumExchangeLength : 0
82+ Exchange : ECDH
83+ HashLength : 0
84+ Hash :
85+ CipherBlockLength : 16
86+ CipherLength : 256
87+ BaseCipherSuite : 49196
88+ CipherSuite : 49196
89+ Cipher : AES
90+ Name : TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
91+ Protocols : {771, 65277 }
9292
9393KeyType : 0
94- Certificate :
95- MaximumExchangeLength : 0
94+ Certificate : ECDSA
95+ MaximumExchangeLength : 65536
9696MinimumExchangeLength : 0
97- Exchange :
97+ Exchange : ECDH
9898HashLength : 0
99- Hash :
100- CipherBlockLength : 0
101- CipherLength : 0
102- BaseCipherSuite : 0
103- CipherSuite : 0
104- Cipher :
105- Name : SSL_CK_DES_192_EDE3_CBC_WITH_MD5
106- Protocols : {}
99+ Hash :
100+ CipherBlockLength : 16
101+ CipherLength : 128
102+ BaseCipherSuite : 49195
103+ CipherSuite : 49195
104+ Cipher : AES
105+ Name : TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
106+ Protocols : {771, 65277 }
107107```
108108
109- This command gets all the cipher suites that have names that contain the string SSL .
109+ This command gets all the cipher suites that have names that contain the string AES .
110110
111111## PARAMETERS
112112
You can’t perform that action at this time.
0 commit comments