File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ retained by the push service (by default, four weeks).
117117VapidDetails vapidKeys = VapidHelper .GenerateVapidKeys ();
118118
119119// Prints 2 URL Safe Base64 Encoded Strings
120- Console .WriteLine (" Public {0}" , vapidKeys .publicKey );
121- Console .WriteLine (" Private {0}" , vapidKeys .privateKey );
120+ Console .WriteLine (" Public {0}" , vapidKeys .PublicKey );
121+ Console .WriteLine (" Private {0}" , vapidKeys .PrivateKey );
122122```
123123
124124### Input
@@ -127,7 +127,7 @@ None.
127127
128128### Returns
129129
130- Returns a VapidDetails object with ** publicKey ** and ** privateKey ** values populated which are
130+ Returns a VapidDetails object with ** PublicKey ** and ** PrivateKey ** values populated which are
131131URL Safe Base64 encoded strings.
132132
133133> ** Note:** You should create these keys once, store them and use them for all
You can’t perform that action at this time.
0 commit comments