PropertyBuilderExtensions.IsConfidential method (1 of 2)
Marks a property as confidential and to be encrypted using D1.
public static PropertyBuilder<byte[]> IsConfidential(this PropertyBuilder<byte[]> property,
Func<ID1Generic> clientFactory)
See Also
- class PropertyBuilderExtensions
- namespace CyberCrypt.D1.EntityFramework
PropertyBuilderExtensions.IsConfidential method (2 of 2)
Marks a property as confidential and to be encrypted using D1.
public static PropertyBuilder<string> IsConfidential(this PropertyBuilder<string> property,
Func<ID1Generic> clientFactory)
See Also
- class PropertyBuilderExtensions
- namespace CyberCrypt.D1.EntityFramework