CBForest.Native.c4view_rekey C# (CSharp) Method

c4view_rekey() private method

private c4view_rekey ( C4View view, C4EncryptionKey newKey, C4Error outError ) : bool
view C4View
newKey C4EncryptionKey
outError C4Error
return bool
        public static extern bool c4view_rekey(C4View *view, C4EncryptionKey *newKey, C4Error *outError);
Native