Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 605c510

Browse files
committed
Add link to CertValidation example
1 parent 31f4629 commit 605c510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.Redis/RedisConfig.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ namespace ServiceStack.Redis
55
public class RedisConfig
66
{
77
public static LocalCertificateSelectionCallback CertificateSelectionCallback { get; set; }
8+
9+
//Example at: http://msdn.microsoft.com/en-us/library/office/dd633677(v=exchg.80).aspx
810
public static RemoteCertificateValidationCallback CertificateValidationCallback { get; set; }
911
}
1012
}

0 commit comments

Comments
 (0)