@@ -2249,7 +2249,7 @@ try
22492249 bindingInformation = ' 127.0.0.1:443:MockHostName'
22502250 protocol = ' https'
22512251 certificateHash = ' 1D3324C6E2F7ABC794C9CB6CA426B8D0F81045CD'
2252- certificateStoreName = ' MY '
2252+ certificateStoreName = ' My '
22532253 sslFlags = ' 1'
22542254 }
22552255
@@ -2276,7 +2276,7 @@ try
22762276 }
22772277
22782278 It ' should return the CertificateStoreName' {
2279- $Result.CertificateStoreName | Should Be ' MY '
2279+ $Result.CertificateStoreName | Should BeExactly ' My '
22802280 }
22812281
22822282 It ' should return the SslFlags' {
@@ -2289,7 +2289,7 @@ try
22892289 bindingInformation = ' [0:0:0:0:0:0:0:1]:443:MockHostName'
22902290 protocol = ' https'
22912291 certificateHash = ' 1D3324C6E2F7ABC794C9CB6CA426B8D0F81045CD'
2292- certificateStoreName = ' MY '
2292+ certificateStoreName = ' My '
22932293 sslFlags = ' 1'
22942294 }
22952295
@@ -2316,7 +2316,7 @@ try
23162316 }
23172317
23182318 It ' should return the CertificateStoreName' {
2319- $Result.CertificateStoreName | Should Be ' MY '
2319+ $Result.CertificateStoreName | Should BeExactly ' My '
23202320 }
23212321
23222322 It ' should return the SslFlags' {
@@ -2470,7 +2470,7 @@ try
24702470 - Property @ {
24712471 Protocol = ' https'
24722472 CertificateThumbprint = $MockThumbprintWithLrmChar
2473- CertificateStoreName = ' MY '
2473+ CertificateStoreName = ' My '
24742474 } - ClientOnly
24752475 )
24762476
@@ -2617,7 +2617,7 @@ try
26172617 - Property @ {
26182618 Protocol = ' https'
26192619 CertificateSubject = ' TestCertificate'
2620- CertificateStoreName = ' MY '
2620+ CertificateStoreName = ' My '
26212621 } - ClientOnly
26222622 )
26232623
@@ -2651,7 +2651,7 @@ try
26512651
26522652 It ' should set CertificateStoreName to the default value' {
26532653 $Result = ConvertTo-WebBinding - InputObject $MockBindingInfo
2654- $Result.certificateStoreName | Should Be ' MY '
2654+ $Result.certificateStoreName | Should BeExactly ' My '
26552655 }
26562656 }
26572657
@@ -3427,7 +3427,7 @@ try
34273427 Port = 443
34283428 HostName = ' '
34293429 CertificateThumbprint = ' 1D3324C6E2F7ABC794C9CB6CA426B8D0F81045CD'
3430- CertificateStoreName = ' MY '
3430+ CertificateStoreName = ' My '
34313431 SslFlags = 0
34323432 }
34333433 )
@@ -3437,7 +3437,7 @@ try
34373437 bindingInformation = ' *:443:'
34383438 protocol = ' https'
34393439 certificateHash = ' B30F3184A831320382C61EFB0551766321FA88A5'
3440- certificateStoreName = ' MY '
3440+ certificateStoreName = ' My '
34413441 sslFlags = ' 0'
34423442 }
34433443 )
@@ -3468,7 +3468,7 @@ try
34683468 Port = 443
34693469 HostName = ' '
34703470 CertificateThumbprint = ' 1D3324C6E2F7ABC794C9CB6CA426B8D0F81045CD'
3471- CertificateStoreName = ' MY '
3471+ CertificateStoreName = ' My '
34723472 SslFlags = 0
34733473 }
34743474 )
@@ -3507,7 +3507,7 @@ try
35073507 Port = 443
35083508 HostName = ' '
35093509 CertificateThumbprint = ' '
3510- CertificateStoreName = ' MY '
3510+ CertificateStoreName = ' My '
35113511 SslFlags = 0
35123512 }
35133513 )
@@ -3814,7 +3814,7 @@ try
38143814 Port = 443
38153815 HostName = ' '
38163816 CertificateThumbprint = ' 5846A1B276328B1A32A30150858F6383C1F30E1F'
3817- CertificateStoreName = ' MY '
3817+ CertificateStoreName = ' My '
38183818 SslFlags = 0
38193819 }
38203820 )
0 commit comments