diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-27 08:02:10 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-27 08:02:10 -0700 |
commit | be0feb422080002f7984e9a4e0161425df00d137 (patch) | |
tree | 44b0bb946f823182697778fa1bf02e0ce4926bcf /samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout | |
parent | f922bee2328747e7890778473a2d1c943eaabeb1 (diff) | |
download | DotNetOpenAuth-be0feb422080002f7984e9a4e0161425df00d137.zip DotNetOpenAuth-be0feb422080002f7984e9a4e0161425df00d137.tar.gz DotNetOpenAuth-be0feb422080002f7984e9a4e0161425df00d137.tar.bz2 |
Allowed for cycling of symmetric cryptographic keys by replacing the effectively constant byte[] secret with a new ICryptoKeyStore throughout the OAuth 2 and OpenID stacks.
And StyleCop fixes.
Diffstat (limited to 'samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout')
-rw-r--r-- | samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout b/samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout index e2982ce..f4de725 100644 --- a/samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout +++ b/samples/OAuthAuthorizationServer/Code/DataClasses.dbml.layout @@ -40,5 +40,11 @@ <classShapeMoniker Id="895ebbc8-8352-4c04-9e53-b8e6c8302d36" /> </nodes> </associationConnector> + <classShape Id="93df6fa9-cc66-44a9-8885-960b1e670dd7" absoluteBounds="4.125, 6.25, 2, 1.5785953776041666"> + <DataClassMoniker Name="/DataClassesDataContext/SymmetricCryptoKey" /> + <nestedChildShapes> + <elementListCompartment Id="0b486eb8-31a4-4f11-b58f-09540c56319b" absoluteBounds="4.14, 6.71, 1.9700000000000002, 1.0185953776041665" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" /> + </nestedChildShapes> + </classShape> </nestedChildShapes> </ordesignerObjectsDiagram>
\ No newline at end of file |